menu
reactive_notifier package
documentation
reactive_notifier.dart
AsyncViewModelImpl<T>
loadData abstract method
loadData abstract method
dark_mode
light_mode
loadData
abstract method
@
protected
Future
<
T
>
loadData
(
)
Override this method to provide the async data loading logic
Implementation
@protected Future<T> loadData();
reactive_notifier package
documentation
reactive_notifier
AsyncViewModelImpl<T>
loadData abstract method
AsyncViewModelImpl class