add update message

This commit is contained in:
Salvatore Giordano
2020-03-11 15:42:29 +01:00
parent 44507d51ed
commit 54f1901620
4 changed files with 27 additions and 11 deletions
-5
View File
@@ -214,11 +214,6 @@ class StreamChatState extends State<StreamChat> {
}
}
/// Clear the current channel list
void clearChannels() {
channels.clear();
}
@override
void dispose() {
widget.client.dispose();