menu
uqload_downloader_dart package
documentation
uqload_downloader_dart.dart
ProgressBar
update method
update method
dark_mode
light_mode
update
method
void
update
(
int
current
)
Updates the progress bar
Implementation
void update(int current) { _current = current; _display(); }
uqload_downloader_dart package
documentation
uqload_downloader_dart
ProgressBar
update method
ProgressBar class