IOSSettings constructor

IOSSettings({
  1. SensorSettingsIOS? sensorSettings,
  2. double? captureCompressionQuality,
  3. bool? enableManualCapture,
  4. int? manualCaptureActivationDelay,
  5. bool? enableMultiLanguage,
  6. IOSCameraResolution? cameraResolution,
  7. CustomLayoutIOS? customLayout,
})

Implementation

IOSSettings(
    {this.sensorSettings,
    this.captureCompressionQuality,
    this.enableManualCapture,
    this.manualCaptureActivationDelay,
    this.enableMultiLanguage,
    this.cameraResolution,
    this.customLayout});