IOSNotificationForegroundSetting constructor

const IOSNotificationForegroundSetting({
  1. bool alert = true,
  2. bool badge = true,
  3. bool sound = true,
})

Implementation

const IOSNotificationForegroundSetting({this.alert = true, this.badge = true, this.sound = true});