downloadLegacy

open suspend override fun downloadLegacy(mxcUri: String, allowRemote: Boolean?, progress: MutableStateFlow<FileTransferProgress?>?, timeout: Duration, downloadHandler: suspend (Media) -> Unit): Result<Unit>

Deprecated

use download instead

See also

DownloadMediaLegacy