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