menu
ultimate_extension package
documentation
utils/stopwatch_timer.dart
StopwatchTimer
stopAll method
stopAll method
dark_mode
light_mode
stopAll
method
void
stopAll
(
)
Implementation
void stopAll() { _timers.keys.toList().forEach(stop); }
ultimate_extension package
documentation
utils/stopwatch_timer
StopwatchTimer
stopAll method
StopwatchTimer class