download

abstract suspend fun download(uri: String, fileUri: Uri, isContinue: Boolean = false, withAuth: Boolean = true): Flow<DownloadState>
abstract suspend fun download(uri: String, folderUri: Uri, fileName: String, isContinue: Boolean = false, withAuth: Boolean = true): Flow<DownloadState>