update example with extension

This commit is contained in:
Salvatore Giordano
2020-04-06 09:38:13 +02:00
parent 9318934f79
commit 27c3a7f390
8 changed files with 452 additions and 34 deletions
+1
View File
@@ -229,6 +229,7 @@ class StreamChatState extends State<StreamChat>
client.disconnect();
} else if (state == AppLifecycleState.resumed) {
if (client.wsConnectionStatus.value == ConnectionStatus.disconnected) {
NotificationService.handleIosMessageQueue(client);
client.connect();
}
}