menu
networktime package
documentation
timedetector.dart
TimeDetector
stopTimer method
stopTimer method
dark_mode
light_mode
stopTimer
method
void
stopTimer
(
)
KILLING TIMER
Implementation
void stopTimer() { _timer?.cancel(); _timer = null; }
networktime package
documentation
timedetector
TimeDetector
stopTimer method
TimeDetector class