SignalRConnectionOptions constructor
SignalRConnectionOptions({})
Implementation
SignalRConnectionOptions({
required this.serverUrl,
this.accessToken,
this.reconnectInterval = const Duration(seconds: 5),
this.maxRetryAttempts = 5,
this.autoReconnect = true,
this.onError,
this.useSecureConnection = true,
});