IOSNotificationConfig constructor
const
IOSNotificationConfig({})
Creates an IOSNotificationConfig with the specified options.
Implementation
const IOSNotificationConfig({
this.presentList,
this.presentAlert,
this.presentBadge,
this.presentSound,
this.presentBanner,
this.sound,
this.badgeNumber,
this.threadIdentifier,
this.categoryIdentifier,
this.interruptionLevel,
});