EnableUserPushNotificationsArgs constructor

EnableUserPushNotificationsArgs({
  1. PromptPermissionFallback? fallback,
})

Creates a new instance of EnableUserPushNotificationsArgs.

Both fallback and options are optional.

Implementation

EnableUserPushNotificationsArgs({
  this.fallback,
});