IOSNotificationOptions constructor

const IOSNotificationOptions({
  1. bool showNotification = true,
  2. bool playSound = false,
})

Constructs an instance of IOSNotificationOptions.

Implementation

const IOSNotificationOptions({
  this.showNotification = true,
  this.playSound = false,
});