WIP
This commit is contained in:
parent
5cda31ea0d
commit
d99cfc1873
|
@ -42,10 +42,7 @@ Future<void> _foregroundHandlerMessage(RemoteMessage message) async {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!Platform.isIOS) {
|
if (!Platform.isIOS) {
|
||||||
NotificationService.show(
|
NotificationService.show(title: message.notification!.title!, body: message.notification!.body!, payload: Map<String, String>.from(message.data));
|
||||||
title: message.notification!.title!,
|
|
||||||
body: message.notification!.body!,
|
|
||||||
payload: Map<String, String>.from(message.data));
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue