fix analyzer warnings

Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
Sahil Kumar
2021-04-20 13:56:01 +05:30
parent a273730b09
commit 8136b50c78
+1 -1
View File
@@ -548,7 +548,7 @@ class StreamChatClient {
);
if (status == ConnectionStatus.connected) {
handleEvent(Event(
handleEvent(const Event(
type: EventType.connectionRecovered,
online: true,
));