IOSOptions constructor

IOSOptions(
  1. String appName, {
  2. String imageName = "",
  3. String ringtoneSound = "",
  4. int maximumCallGroups = 3,
  5. int maximumCallsPerCallGroup = 1,
  6. bool supportsVideo = true,
  7. bool includesCallsInRecents = true,
})

Implementation

IOSOptions(
  this.appName, {
  this.imageName = "",
  this.ringtoneSound = "",
  this.maximumCallGroups = 3,
  this.maximumCallsPerCallGroup = 1,
  this.supportsVideo = true,
  this.includesCallsInRecents = true,
});