Resolve lint:pub warnings

This commit is contained in:
Neevash Ramdial
2021-01-15 12:30:50 -04:00
parent f4f6285cdb
commit 022386d457
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -470,7 +470,7 @@ class Client {
if (value == ConnectionStatus.connected &&
state.channels?.isNotEmpty == true) {
unawaited (queryChannels(filter: {
unawaited(queryChannels(filter: {
'cid': {
'\$in': state.channels.keys.toList(),
},