I\'m new in flutter and dart. I\'m trying to connect my app with FCM. When app is in foreground I create flutterLocalNotificationsPlugin and everything works fine, but I don
According with the last plugin Firebase Cloud Messaging for Flutter version 4.0.0+1, when you create or compile your push notification on console or form make sure to include
click_action: FLUTTER_NOTIFICATION_CLICK
as a "Custom data" key-value-pair (under "Advanced options") when targeting an Android device.
This option enabling the onResume when your app is in background state.