menu
modstack_widgets package
documentation
global/ui_scheduler.dart
UiScheduler
cancel static method
cancel static method
dark_mode
light_mode
cancel
static method
void
cancel
(
Timer
?
timer
)
Implementation
static void cancel(Timer? timer) { timer?.cancel(); }
modstack_widgets package
documentation
global/ui_scheduler
UiScheduler
cancel static method
UiScheduler class