IosConfiguration constructor

IosConfiguration({
  1. dynamic onForeground(
    1. ServiceInstance service
    )?,
  2. FutureOr<bool> onBackground(
    1. ServiceInstance service
    )?,
  3. bool autoStart = true,
})

Implementation

IosConfiguration({
  this.onForeground,
  this.onBackground,
  this.autoStart = true,
});