WebSocketEvent.connectionFailed constructor
WebSocketEvent.connectionFailed(
- String reason
Event when connection fails.
Implementation
WebSocketEvent.connectionFailed(String reason)
: this(type: 'connectionFailed', data: reason);