ScanbotSdkConfig constructor

ScanbotSdkConfig({
  1. String licenseKey = "",
  2. bool? loggingEnabled,
  3. bool? enableNativeLogging,
  4. String? storageBaseDirectory,
  5. dynamic licenseErrorHandler(
    1. SdkLicenseStatus
    )?,
  6. String? fileEncryptionPassword,
  7. FileEncryptionMode? fileEncryptionMode,
  8. bool? useCameraX,
  9. bool? allowGpuAcceleration,
  10. bool? allowXnnpackAcceleration,
})

Implementation

ScanbotSdkConfig(
    {this.licenseKey = "",
    this.loggingEnabled,
    this.enableNativeLogging,
    this.storageBaseDirectory,
    this.licenseErrorHandler,
    this.fileEncryptionPassword,
    this.fileEncryptionMode,
    this.useCameraX,
    this.allowGpuAcceleration,
    this.allowXnnpackAcceleration});