Push Notification Permissions
Step 1: Requesting Notification Permission
// Request push notification permission
Netmera.requestPushNotificationAuthorization();Step 2: Checking Notification Permission Status
Netmera.areNotificationsEnabled().then((enabled) {
// Use the enabled status of permission as boolean
});Last updated
Was this helpful?