HookEvent class
Hook events that can be registered.
Properties
Methods
-
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
Constants
- beforeSubscribe → const HookEvent
- beforeUnsubscribe → const HookEvent
- onReconnectAttempt → const HookEvent
- onReconnectFailed → const HookEvent
- onSubscribeFailed → const HookEvent
- onSubscription → const HookEvent
- onUnsubscription → const HookEvent