fix persistence

This commit is contained in:
Salvatore Giordano
2021-03-01 13:25:28 +01:00
parent 33794ac60a
commit 4667e7da98
+2 -2
View File
@@ -51,8 +51,8 @@ class _MyAppState extends State<MyApp> with TickerProviderStateMixin {
final client = StreamChatClient(
apiKey ?? kDefaultStreamApiKey,
logLevel: Level.INFO,
);
logLevel: Level.SEVERE,
)..chatPersistenceClient = chatPersistentClient;
if (userId != null) {
final token = await secureStorage.read(key: kStreamToken);