FCM: Doesnt work on iOS in foreground

I use cordova-plugin-fcm-with-dependecy-updated 2.2.5 and I receive the notification. However, if you try to schedule LocalNotification that is not going to work on IOS in foreground mode. What I did is that I just receive the notification data and show a toast message on IOS instead of scheduling a local notification.