menu
odroe package
documentation
store.dart
Writeable<T>
update abstract method
update abstract method
dark_mode
light_mode
update
abstract method
void
update
(
Updater
<
T
>
updater
)
Update value using callback and inform subscribers.
Implementation
void update(Updater<T> updater);
odroe package
documentation
store
Writeable<T>
update abstract method
Writeable class