menu
lintme package
documentation
cli_runner.dart
Progress
update method
update method
dark_mode
light_mode
update
method
void
update
(
String
update
)
Implementation
void update(String update) { _write(_clearLn); _message = update; _onTick(_timer); }
lintme package
documentation
cli_runner
Progress
update method
Progress class