WSNotConnected class final Entity
Exception thrown when a WebSocket is not connected.
- Inheritance
-
- Object
- WSException
- WSNotConnected
Constructors
- WSNotConnected.new([String message = 'WebSocket is not connected.'])
-
Exception thrown when a WebSocket is not connected.
const
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