download

abstract suspend fun <T> download(mxcUri: String, progress: MutableStateFlow<FileTransferProgress?>? = null, timeout: Duration? = null, downloadHandler: suspend (Media) -> T): Result<T>

See also