menu
sunny_essentials package
documentation
state/state_observer.dart
BaseState<T extends StatefulWidget>
asyncState method
asyncState method
dark_mode
light_mode
asyncState
method
Future
asyncState
(
AsyncCallback
callback
)
Implementation
Future asyncState(AsyncCallback callback) async { await callback.call(); safeState(() {}); }
sunny_essentials package
documentation
state/state_observer
BaseState<T extends StatefulWidget>
asyncState method
BaseState class