downloadLegacy

abstract suspend fun downloadLegacy(mxcUri: String, allowRemote: Boolean? = null, progress: MutableStateFlow<FileTransferProgress?>? = null, timeout: Duration = Duration.INFINITE, downloadHandler: suspend (Media) -> Unit): Result<Unit>

Deprecated

use download instead

See also

DownloadMediaLegacy