remove channel.query

This commit is contained in:
Salvatore Giordano
2020-11-09 10:41:05 +01:00
parent 7740932f2f
commit 59359784fb
6 changed files with 59 additions and 73 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,
);