Publishing Notifications in Flutter projects
Push notifications are triggered by your servers to our Beams service. After a device using your Android or iOS applications subscribes to an interest on our service, your server can then send a push notification to that device by publishing to that interest.
Before you can send push notifications, make sure you have done the configuration step, and integrated your app with the SDK.
∞ Sending a notification
The following guides show you how to send notifications to Android and iOS devices.
If you are targeting both platforms, you should use our guide to send notifications to multiple devices.