WebSocketManagerEvent.connectionFailed constructor

WebSocketManagerEvent.connectionFailed(
  1. String reason
)

Event when connection fails.

Implementation

WebSocketManagerEvent.connectionFailed(String reason)
    : this(
        type: 'connectionFailed',
        data: reason,
      );