ArgsForIos constructor

ArgsForIos({
  1. InterruptionLevel interruptionLevel = InterruptionLevel.passive,
  2. bool useDefaultSound = true,
})

Implementation

ArgsForIos({
  this.interruptionLevel = InterruptionLevel.passive,
  this.useDefaultSound = true,
});