fix persistence bugs and update example

This commit is contained in:
Salvatore Giordano
2021-02-01 16:50:52 +01:00
parent fbf5e125c6
commit 711c20b967
5 changed files with 38 additions and 17 deletions
@@ -7,6 +7,8 @@ Future<void> main() async {
/// project dashboard.
final client = StreamChatClient('b67pax5b2wdq');
WidgetsFlutterBinding.ensureInitialized();
/// Set the chatPersistenceClient for offline support
client.chatPersistenceClient = StreamChatPersistenceClient(
logLevel: Level.INFO,