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