WebSocketClientState.initial constructor
WebSocketClientState.initial()
The initial state of the web socket client. WebSocket client state.
Implementation
factory WebSocketClientState.initial() => WebSocketClientState.closed(
closeCode: WebSocketStatusCodes.normalClosure.code,
closeReason: 'INITIAL_CLOSED_STATE',
);