IOSSettings constructor
IOSSettings({
- SensorSettingsIOS? sensorSettings,
- double? captureCompressionQuality,
- bool? enableManualCapture,
- int? manualCaptureActivationDelay,
- bool? enableMultiLanguage,
- IOSCameraResolution? cameraResolution,
- CustomLayoutIOS? customLayout,
Implementation
IOSSettings(
{this.sensorSettings,
this.captureCompressionQuality,
this.enableManualCapture,
this.manualCaptureActivationDelay,
this.enableMultiLanguage,
this.cameraResolution,
this.customLayout});