menu
easy_timer_count package
documentation
easy_timer_count.dart
EasyTimerController
restart method
restart method
dark_mode
light_mode
restart
method
void
restart
(
)
Restarts the timer from the beginning.
Implementation
void restart() { _timerState._restart(); }
easy_timer_count package
documentation
easy_timer_count
EasyTimerController
restart method
EasyTimerController class