menu
rx package
documentation
store.dart
Store<S>
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
S
update
(
Updater
<
S
>
updater
)
Updates the current state.
Implementation
S update(Updater<S> updater);
rx package
documentation
store
Store<S>
update abstract method
Store class