bump version

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