menu
omnyshell package
documentation
omnyshell_hub.dart
HeartbeatMonitor
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Stops periodic checking.
Implementation
void stop() { _timer?.cancel(); _timer = null; }
omnyshell package
documentation
omnyshell_hub
HeartbeatMonitor
stop method
HeartbeatMonitor class