download
abstract suspend fun download(progressFlow: <Error class: unknown class><Progress>, context: DownloadContext, source: Streamable.Source): File
Download the given source.
Parameters
progress Flow
The flow to emit the download progress.
context
The context of the downloading track.
source
The source to download.