menu
lb_planner
auto_refresh_async_notifier
AutoRefreshAsyncNotifier
<
T
>
pause method
pause
brightness_4
brightness_5
pause
method
void
pause
(
)
Pauses auto refreshing.
While paused,
onRefresh
will not be called.
Implementation
void pause() { _paused = true; }
lb_planner
auto_refresh_async_notifier
AutoRefreshAsyncNotifier
<
T
>
pause method
AutoRefreshAsyncNotifier class