menu
easy_timer_count package
documentation
easy_timer_count.dart
EasyTimerController
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Stops the timer completely.
Implementation
void stop() { _timerState._stopTimer(); }
easy_timer_count package
documentation
easy_timer_count
EasyTimerController
stop method
EasyTimerController class