Watcher class abstract
- Implementers
Constructors
- Watcher()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onTrigger(
WatchableChangeAction watchableChangeAction, dynamic data) → Future< WatchableChangeResult> - On Watcher was triggered
-
toString(
) → String -
A string representation of this object.
inherited
-
trigger(
WatchableChangeAction watchableChangeAction, dynamic data) → Future< WatchableChangeResult> - Trigger Watcher
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited