@pragma('vm:entry-point')
Future<void> initPushNotification() async {
<---- other codes --->
FirebaseMessaging.onBackgroundMessage(_backgroundHandler); //call this and will invoke inside _backgroundHandler when notification received in background
<---- other codes --->
}
Let me know if it works or not, and please upvote!! 😇