menu
reactive_notifier package
documentation
reactive_notifier.dart
AsyncViewModelImpl<T>
loadingState method
loadingState method
dark_mode
light_mode
loadingState
method
@
protected
void
loadingState
(
)
Implementation
@protected void loadingState() { _state = AsyncState.loading(); notifyListeners(); }
reactive_notifier package
documentation
reactive_notifier
AsyncViewModelImpl<T>
loadingState method
AsyncViewModelImpl class