We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59234d6 commit 02afe1cCopy full SHA for 02afe1c
templates/flutter/lib/src/realtime_mixin.dart.twig
@@ -21,7 +21,6 @@ mixin RealtimeMixin {
21
late WebSocketFactory getWebSocket;
22
GetFallbackCookie? getFallbackCookie;
23
int? get closeCode => _websok?.closeCode;
24
- int _subscriptionsCounter = 0;
25
Map<int, RealtimeSubscription> _subscriptions = {};
26
bool _notifyDone = true;
27
StreamSubscription? _websocketSubscription;
0 commit comments