getThumbnail

abstract suspend fun getThumbnail(mxcUri: String, width: Long, height: Long, method: ThumbnailResizingMethod = CROP, progress: MutableStateFlow<FileTransferProgress?>? = null, saveToCache: Boolean = true): Result<ByteArrayFlow>