SaveObserver mixin

A mixin to add-on observer features.

Mixin applications

Properties

context BuildContext
no setter
hashCode int
The hash code for this object.
no setterinherited
needObservation bool
getter/setter pair
repo SaveRepository
A repository associated with this observer.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call<T>(SaveProvider<T> provider) SaveObservableBase<T>
Syntactic sugar for watch
disposeObserver() → void
unwatch everything
getActionEffects(SaveAction action) List<SaveEffect>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onNotification<T>(SaveProvider<T> provider) → void
What to do when the observables are changed.
registerEffect(SaveEffect effect) → void
Registers the SaveEffect.
toString() String
A string representation of this object.
inherited
unregisterEffect(SaveEffect effect) → void
Unregisters the SaveEffect
unwatch<T>(SaveProvider<T> provider) → void
Unregister the observables.
watch<T>(SaveProvider<T> provider) SaveObservableBase<T>
Watch the observables.

Operators

operator ==(Object other) bool
The equality operator.
inherited