WebSocketOptions constructor
const
WebSocketOptions({})
Implementation
const WebSocketOptions({
this.protocols,
this.headers,
this.connectTimeout,
this.pingInterval,
this.autoReconnect = true,
this.reconnectInterval = const Duration(seconds: 3),
this.maxReconnectAttempts = 5,
});