LoggingSignalsObserver class
Logs all signals and computed changes to the console.
- Inheritance
-
- Object
- SignalsObserver
- LoggingSignalsObserver
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
-
log(
String message) → void - Logs a message to the console.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onComputedCreated(
Computed instance) → void -
Called when a computed is created.
override
-
onComputedUpdated(
Computed instance, dynamic value) → void -
Called when a computed is updated.
override
-
onEffectCalled(
Effect instance) → void -
Called when a effect is called.
override
-
onEffectCreated(
Effect instance) → void -
Called when a effect is created.
override
-
onEffectRemoved(
Effect instance) → void -
Called when a effect is disposed.
override
-
onSignalCreated(
Signal instance) → void -
Called when a signal is created.
override
-
onSignalUpdated(
Signal instance, dynamic value) → void -
Called when a signal is updated.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited