diff --git a/lib/main.dart b/lib/main.dart index ba520190..7b66def1 100644 --- a/lib/main.dart +++ b/lib/main.dart @@ -42,10 +42,7 @@ Future _foregroundHandlerMessage(RemoteMessage message) async { } if (!Platform.isIOS) { - NotificationService.show( - title: message.notification!.title!, - body: message.notification!.body!, - payload: Map.from(message.data)); + NotificationService.show(title: message.notification!.title!, body: message.notification!.body!, payload: Map.from(message.data)); } }