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 9ad18ce commit a2cc66cCopy full SHA for a2cc66c
lib/src/network/parse_live_query.dart
@@ -50,8 +50,7 @@ class Client with WidgetsBindingObserver {
50
} else if (_liveQueryURL.contains('http')) {
51
_liveQueryURL = _liveQueryURL.replaceAll('http', 'ws');
52
}
53
- Connectivity()
54
- .onConnectivityChanged
+ Connectivity().onConnectivityChanged
55
.listen((ConnectivityResult connectivityResult) {
56
print('onConnectivityChanged:$connectivityResult');
57
if (connectivityResult != ConnectivityResult.none) {
0 commit comments