LavalinkWebSocket constructor
LavalinkWebSocket({})
Implementation
LavalinkWebSocket({
required this.host,
required this.port,
required this.password,
required this.userId,
this.useSSL = false,
this.heartbeatInterval = const Duration(seconds: 30),
this.maxReconnectAttempts = 10,
});