arch/base/store library
Classes
-
Store<
State> -
Store is providing access to
State
for current containing class and EventBus -
StoreChange<
Value> - Class to hold store change
Typedefs
-
StateUpdater<
State> = void Function(State state) -
StoreMapper<
Value, State> = Value Function(State state)