WebSocketService constructor
WebSocketService({})
Implementation
WebSocketService({
required this.url,
this.authToken,
this.reconnectDelay = const Duration(seconds: 5),
this.maxReconnectAttempts = 5,
});
WebSocketService({
required this.url,
this.authToken,
this.reconnectDelay = const Duration(seconds: 5),
this.maxReconnectAttempts = 5,
});