This commit is contained in:
Salvatore Giordano
2020-04-09 18:01:44 +02:00
parent d6033ec2b6
commit 88ec33d798
16 changed files with 31 additions and 9 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ Future<void> _handleAndroidNotification(
body: notificationData.message.text,
);
await NotificationService.sendNotification(androidNotificationOptions);
await NotificationService.showNotification(androidNotificationOptions);
}
void main() async {