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 moreCan PWA send notifications?
Progressive Web Applications (PWA) make native push notifications available to any website using a service worker on just about every platform and browser . The power of web app push notifications is being able to engage customers without a native app.
Read moreHow do you send push notifications on Flutter Web?
Now in index. html of web folder in your flutter project, update your code as below.
Read more