add streamchatcore tests

This commit is contained in:
Salvatore Giordano
2021-01-27 14:11:58 +01:00
parent 6983b05a72
commit 3e9734133d
6 changed files with 194 additions and 129 deletions
@@ -142,6 +142,7 @@ class StreamChatCoreState extends State<StreamChatCore>
@override
void dispose() {
WidgetsBinding.instance.removeObserver(this);
_disconnectTimer?.cancel();
super.dispose();
}
}