E58E
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 c70d498 commit 2546971Copy full SHA for 2546971
packages/firebase_database/firebase_database_web/lib/src/query_web.dart
@@ -4,6 +4,8 @@
4
5
part of '../firebase_database_web.dart';
6
7
+final Map<String, int> _streamHashCodeMap = {};
8
+
9
/// An implementation of [QueryPlatform] which proxies calls to js objects
10
class QueryWeb extends QueryPlatform {
11
final DatabasePlatform _database;
@@ -64,8 +66,6 @@ class QueryWeb extends QueryPlatform {
64
66
return instance;
65
67
}
68
- final Map<String, int> _streamHashCodeMap = {};
-
69
@override
70
String get path {
71
final refPath = Uri.parse(_queryDelegate.ref.toString()).path;
0 commit comments