Notifications
Domains:
Flutter
How do I set up push notifications?
In Android, you use Firebase Cloud Messaging to setup push notifications for your app.
In Flutter, access this functionality using the Firebase Messaging plugin. For more information on using the Firebase Cloud Messaging API, see the firebase_messaging plugin documentation.