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