downloadAsync method
Implementation
downloadAsync({ProgressCallback? onReceiveProgress}) {
return compute(downloadUri as ComputeCallback<ProgressCallback?, dynamic>, onReceiveProgress);
}
downloadAsync({ProgressCallback? onReceiveProgress}) {
return compute(downloadUri as ComputeCallback<ProgressCallback?, dynamic>, onReceiveProgress);
}