menu
fast_app_base package
documentation
common/widget/mixin/wm_refresh_every_second.dart
RefreshEverySecond<T extends StatefulWidget>
stopTimer method
stopTimer method
dark_mode
light_mode
stopTimer
method
void
stopTimer
(
)
Implementation
void stopTimer() { isRefreshStarted = false; _cancelTimer(); }
fast_app_base package
documentation
common/widget/mixin/wm_refresh_every_second
RefreshEverySecond<T extends StatefulWidget>
stopTimer method
RefreshEverySecond mixin