downloadFileWithProgress

fun downloadFileWithProgress(urlPath: String, localPath: String, connectionCallBack: (responseCode: Int) -> Unit = {}, onError: (Exception) -> Unit = {}, progress: (Int) -> Unit = {}, callback: (Uri?) -> Unit = {})