SaveObserverWidgetBinding mixin
- Superclass constraints
- Implemented types
- Mixin applications
Properties
- context → BuildContext
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- needObservation ↔ bool
-
getter/setter pairinherited
- repo → SaveRepository
-
A repository associated with this observer.
no setterinherited
- 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
inherited
-
disposeObserver(
) → void -
unwatch everything
inherited
-
getActionEffects(
SaveAction action) → List< SaveEffect> -
inherited
-
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.
override
-
registerEffect(
SaveEffect effect) → void -
Registers the SaveEffect.
inherited
-
save<
T> (FutureOr< T> build(SaveObserver $), {void onDispose(T last)?}) → SaveObservableBase<T> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
unregisterEffect(
SaveEffect effect) → void -
Unregisters the SaveEffect
inherited
-
unwatch<
T> (SaveProvider< T> provider) → void -
Unregister the observables.
inherited
-
watch<
T> (SaveProvider< T> provider) → SaveObservableBase<T> -
Watch the observables.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited