Check if the user is currently subscribed to notifications
const isSubscribed = await notificationService.isSubscribed()// Allow user to subscribe or unsubscribe Copy
const isSubscribed = await notificationService.isSubscribed()// Allow user to subscribe or unsubscribe
Check if the user is currently subscribed to notifications
Example