i am not getting push notifications in my flutter app
I want to implement push notifications , I have website like CRM and used this website in flutter webview mobile app , website is CRM type where admin can add task for employees and employees can also add their tasks , when task is add for employee then push notification is send to the employee want to implement push notifications in my flutter webview app, please can anyone help me????
Flutter supports Firebase push notification service efficiently in iOS , android , web applications
https://firebase.google.com/docs/flutter/setup?platform=android
after firebase setup in flutter app. when adding task you can the below rest api to generate push notification to flutter app