menu
flutter_dmcb_core package
documentation
base/timer_countdown.dart
DTimerCountdown
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Implementation
void stop() { if (_isActive) { _mTimer?.cancel(); } }
flutter_dmcb_core package
documentation
base/timer_countdown
DTimerCountdown
stop method
DTimerCountdown class