Skip to content

Commit e6e0f05

Browse files
committed
onError add dynamic to error
1 parent 0594dd6 commit e6e0f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/network/parse_live_query.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class LiveQuery {
103103
if (_debug) {
104104
print('$_printConstLiveQuery: Done');
105105
}
106-
}, onError: (error) {
106+
}, onError: (dynamic error) {
107107
if (_debug) {
108108
print(
109109
'$_printConstLiveQuery: Error: ${error.runtimeType.toString()}');

0 commit comments

Comments
 (0)