menu
fl_download package
documentation
download/progress/interfaces/progress_interface.dart
ProgressInterface
getProgress abstract method
getProgress abstract method
dark_mode
light_mode
getProgress
abstract method
Future
<
int
>
getProgress
(
String
url
)
Retrieve the progress of the download from a specific
url
Implementation
Future<int> getProgress(String url);
fl_download package
documentation
download/progress/interfaces/progress_interface
ProgressInterface
getProgress abstract method
ProgressInterface class