Firebase gives you an overall idea of how many notifications were sent, how many delivered, how many of them were clicked etc. You can log into your firebase console and check the Cloud Messaging section for the detailed overview of the notifications sent.
Read moreHow do I show notifications on flutter?
Displaying a notification in Flutter To display a notification, we need to create a platform-specific NotificationDetails instance , which takes in arguments that are unique to each platform. AndroidNotificationDetails handles the configuration of notifications in Android devices.
Read more