WebSocketManagerEvent.reconnecting constructor
WebSocketManagerEvent.reconnecting(
- int attempt
Event when reconnecting.
Implementation
WebSocketManagerEvent.reconnecting(int attempt)
: this(
type: 'reconnecting',
data: attempt,
);