Store class abstract
A store that can notify its listeners when setState is called.
- Implementers
Constructors
- Store()
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void - Disposes this Store.
-
initialize(
) → void - Initializes this Store.
-
listen(
void onUpdate()) → StreamSubscription< void> - Listens to this Store for notifications.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setState(
void callback()) → void - Notifies the listeners.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited