menu
fl_download package
documentation
download/progress/interfaces/progress_interface.dart
ProgressInterface
resetProgress method
resetProgress method
dark_mode
light_mode
resetProgress
method
Future
<
void
>
resetProgress
(
String
url
)
Remove any progress.
Implementation
Future<void> resetProgress(String url) async { await setProgress(url, 0); }
fl_download package
documentation
download/progress/interfaces/progress_interface
ProgressInterface
resetProgress method
ProgressInterface class