Skip to content

Commit 02afe1c

Browse files
committed
remove unused variable
1 parent 59234d6 commit 02afe1c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/flutter/lib/src/realtime_mixin.dart.twig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ mixin RealtimeMixin {
2121
late WebSocketFactory getWebSocket;
2222
GetFallbackCookie? getFallbackCookie;
2323
int? get closeCode => _websok?.closeCode;
24-
int _subscriptionsCounter = 0;
2524
Map<int, RealtimeSubscription> _subscriptions = {};
2625
bool _notifyDone = true;
2726
StreamSubscription? _websocketSubscription;

0 commit comments

Comments
 (0)