EnableUserPushNotificationsArgs constructor

EnableUserPushNotificationsArgs({
  1. PromptPermissionFallback? fallback,
})

Creates a new instance of EnableUserPushNotificationsArgs.

A fallback strategy is optional.

Implementation

EnableUserPushNotificationsArgs({
  this.fallback,
});