menu
fastor_app_ui_widget package
documentation
resource/template/timer/logic/TimerLogic.dart
TimerLogic
stopTimer method
stopTimer method
dark_mode
light_mode
stopTimer
method
dynamic
stopTimer
(
)
Implementation
stopTimer() { if( myTimer == null )return false; myTimer?.cancel(); }
fastor_app_ui_widget package
documentation
resource/template/timer/logic/TimerLogic
TimerLogic
stopTimer method
TimerLogic extension on
TimerFastorState