downloadFile

abstract suspend fun downloadFile(url: String, fileName: String, onProgress: (Float) -> Unit): String?(source)