MacOSInitializationSettings constructor

const MacOSInitializationSettings({
  1. bool requestAlertPermission = true,
  2. bool requestSoundPermission = true,
  3. bool requestBadgePermission = true,
  4. bool defaultPresentAlert = true,
  5. bool defaultPresentSound = true,
  6. bool defaultPresentBadge = true,
})

Constructs an instance of MacOSInitializationSettings

Implementation

const MacOSInitializationSettings({
  this.requestAlertPermission = true,
  this.requestSoundPermission = true,
  this.requestBadgePermission = true,
  this.defaultPresentAlert = true,
  this.defaultPresentSound = true,
  this.defaultPresentBadge = true,
});