menu
flame package
documentation
timer.dart
Timer
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Stop and reset the timer.
Implementation
void stop() { reset(); pause(); }
flame package
documentation
timer
Timer
stop method
Timer class