Resolve lint:pub warnings
This commit is contained in:
@@ -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(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user