Skip to content

Commit fecee76

Browse files
committed
Changed type of Future
Done as described in fischerscode@805e830#r37587405.
1 parent 805e830 commit fecee76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/network/parse_live_query.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ class Client with WidgetsBindingObserver {
176176
return _requestIdCount++;
177177
}
178178

179-
Future<void> _connect() async {
179+
Future<dynamic> _connect() async {
180180
if (_connecting || _currentConnectivityResult == ConnectivityResult.none) {
181181
print('already connecting');
182182
return Future<void>.value(null);

0 commit comments

Comments
 (0)