menu
user_inactivity_detector package
documentation
service/timer_service.dart
TimerService
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Implementation
void stop() { // Stop timer _timer?.cancel(); _timer = null; }
user_inactivity_detector package
documentation
service/timer_service
TimerService
stop method
TimerService class