updateProgress method Null safety
- double progress
Update the progress of the downloadProgess
Implementation
updateProgress(double progress) {
downloadProgress(downloadProgress.value.copyWith(progress: progress));
}
Update the progress of the downloadProgess
updateProgress(double progress) {
downloadProgress(downloadProgress.value.copyWith(progress: progress));
}