From 9c75455a7b3ee96655bb8654dfdfd137c500e021 Mon Sep 17 00:00:00 2001 From: rodrigosmarques Date: Mon, 22 Apr 2019 22:52:02 -0300 Subject: [PATCH] Bugfix LiveQuery Bugfix LiveQuery --- lib/src/network/parse_live_query.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/network/parse_live_query.dart b/lib/src/network/parse_live_query.dart index 066920f8b..71a5d7cdc 100644 --- a/lib/src/network/parse_live_query.dart +++ b/lib/src/network/parse_live_query.dart @@ -98,7 +98,7 @@ class LiveQuery { if (_debug) { print('$_printConstLiveQuery: Done'); } - }, onError: (Error error) { + }, onError: (error) { if (_debug) { print( '$_printConstLiveQuery: Error: ${error.runtimeType.toString()}');