IOSNotificationOptions constructor
Constructs an instance of IOSNotificationOptions.
Implementation
const IOSNotificationOptions({
this.showNotification = true,
this.playSound = false,
});
Constructs an instance of IOSNotificationOptions.
const IOSNotificationOptions({
this.showNotification = true,
this.playSound = false,
});