blockingDownload

abstract fun blockingDownload()

Deprecated

Replace with fileResourceDownloader()

Replace with

import org.hisp.dhis.android.core.fileresource.FileResourceDomainType
import org.hisp.dhis.android.core.fileresource.FileResourceValueType
fileResourceDownloader()
            .byDomainType().eq(FileResourceDomainType.TRACKER)
            .byValueType().eq(FileResourceValueType.IMAGE)
            .blockingDownload()