StoreHook<T> class
Store hook for connecting to global state
Constructors
Properties
Methods
-
dispose(
) → void -
Clean up the hook when component unmounts
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setState(
T newState) → void - Update store state
-
toString(
) → String -
A string representation of this object.
inherited
-
updateState(
T updater(T)) → void - Update store state with a function
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited