menu
fml package
documentation
widgets/timer/timer_model.dart
TimerModel
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Implementation
void stop() { if (timer != null && timer!.isActive) timer!.cancel(); }
fml package
documentation
widgets/timer/timer_model
TimerModel
stop method
TimerModel class