menu
ble_backend package
documentation
utils/timer_wrapper.dart
TimerWrapper
stop method
stop method
dark_mode
light_mode
stop
method
void
stop
(
)
Implementation
void stop() { _handle?.cancel(); _handle = null; }
ble_backend package
documentation
utils/timer_wrapper
TimerWrapper
stop method
TimerWrapper class