channel query on local notification was using event.type

This commit is contained in:
Salvatore Giordano
2020-11-09 09:43:47 +01:00
parent d8840956ed
commit 6613476700
3 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -69,8 +69,7 @@ void main() async {
final client = Client(
's2dxdhpxd94g',
logLevel: Level.INFO,
showLocalNotification:
(!kIsWeb && Platform.isAndroid) ? showLocalNotification : null,
showLocalNotification: (m, c) {},
persistenceEnabled: true,
);