menu
reactive_notify package
documentation
reactive_notify.dart
AsyncViewModelImpl<T>
updateData method
updateData method
dark_mode
light_mode
updateData
method
@
protected
void
updateData
(
T
data
)
Implementation
@protected void updateData(T data) { _setState(AsyncState.success(data)); }
reactive_notify package
documentation
reactive_notify
AsyncViewModelImpl<T>
updateData method
AsyncViewModelImpl class