menu
atom_notifier package
documentation
application_states.dart
DefaultState<E, S>
fromSuccess method
fromSuccess method
dark_mode
light_mode
fromSuccess
method
void
fromSuccess
(
S
data
)
Implementation
void fromSuccess(S data) => set(SuccessState(data));
atom_notifier package
documentation
application_states
DefaultState<E, S>
fromSuccess method
DefaultState extension on
AtomNotifier
<
AtomAppState
<
E
,
S
>
>