DefaultState<E, S> extension
- on
-
- AtomNotifier<
AtomAppState< E, S> >
- AtomNotifier<
Methods
-
fromError(
E error) → void -
Available on AtomNotifier<
AtomAppState< , provided by the DefaultState extensionE, S> > -
fromSuccess(
S data) → void -
Available on AtomNotifier<
AtomAppState< , provided by the DefaultState extensionE, S> > -
onState(
{void onInitial()?, void onLoading()?, void onSuccess(S value)?, void onError(E error)?}) → void -
Available on AtomNotifier<
AtomAppState< , provided by the DefaultState extensionE, S> >