PermissionOptions constructor

const PermissionOptions({
  1. bool alert = false,
  2. bool badge = false,
  3. bool sound = false,
})

Implementation

const PermissionOptions({
  this.alert = false,
  this.badge = false,
  this.sound = false,
});