ReactterHookManager class abstract
A abstract-class to manager hooks(ReactterHook).
Use listenHooks to watch ReactterHooks and notify when it has changed.
See also:
- ReactterHook, a abstract hook that ReactterHookManager listen it.
- Mixed-in types
- Implementers
Constructors
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 -
Called when this object is removed
inherited
-
listenHooks(
List< ReactterHook> hooks) → void -
Suscribes to all
hooks
given. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
refresh(
) → void -
Forces update and notifies to listeners that it did update
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
covariant Function fnUpdate) → void -
Executes
fnUpdate
, and notify the listeners about to update.inherited -
updateAsync(
covariant Function fnUpdate) → Future< void> -
Executes
fnUpdate
, and notify the listeners about to update as async way.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited