WebSocketManagerEvent.reconnecting constructor

WebSocketManagerEvent.reconnecting(
  1. int attempt
)

Event when reconnecting.

Implementation

WebSocketManagerEvent.reconnecting(int attempt)
    : this(
        type: 'reconnecting',
        data: attempt,
      );