download
open suspend override fun download(mxcUri: String, allowRemote: Boolean?, progress: MutableStateFlow<FileTransferProgress?>?, timeout: Duration, downloadHandler: suspend (Media) -> Unit): Result<Unit>
See also
Download Media
open suspend override fun download(mxcUri: String, allowRemote: Boolean?, progress: MutableStateFlow<FileTransferProgress?>?, timeout: Duration): Result<Media>
Deprecated
use download with downloadHandler
See also
Download Media