fix markread

This commit is contained in:
Salvatore Giordano
2020-12-18 15:44:28 +01:00
parent 9665481323
commit 14aebadabf
5 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ void main() async {
final client = Client(
apiKey ?? kDefaultStreamApiKey,
logLevel: Level.SEVERE,
logLevel: Level.INFO,
showLocalNotification:
(!kIsWeb && Platform.isAndroid) ? showLocalNotification : null,
persistenceEnabled: true,