SignalHub class
Bridges engine events to typed request lifecycle signals.
Constructors
- SignalHub(EventManager manager)
-
Creates a signal hub backed by
manager.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- manager → EventManager
-
The event manager supplying source events.
final
- requests → RequestSignals
-
The request lifecycle signals exposed by this hub.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void - Cancels all subscriptions held by this hub.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited