WebsocketResponse class
Represents a response from a websocket request.
- Inheritance
-
- Object
- TriggerResponse
- WebsocketResponse
Constructors
- WebsocketResponse([bool reject = false])
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
-
toWire(
) → WebsocketEventResponse
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited