WebSocketManagerState constructor
const
WebSocketManagerState({
- required WebSocketState connectionState,
- required bool isReconnecting,
- required int reconnectionAttempt,
- required int queueSize,
Creates a new WebSocketManagerState.
Implementation
const WebSocketManagerState({
required this.connectionState,
required this.isReconnecting,
required this.reconnectionAttempt,
required this.queueSize,
});