ScanbotSdkConfig constructor

ScanbotSdkConfig({
  1. String? licenseKey,
  2. bool? loggingEnabled,
  3. EncryptionParameters? encryptionParameters,
  4. String? storageBaseDirectory,
  5. bool? useCameraX,
  6. bool? allowGpuAcceleration,
  7. bool? allowXnnpackAcceleration,
  8. bool? enableNativeLogging,
})

Implementation

ScanbotSdkConfig({
  this.licenseKey,
  this.loggingEnabled,
  this.encryptionParameters,
  this.storageBaseDirectory,
  this.useCameraX,
  this.allowGpuAcceleration,
  this.allowXnnpackAcceleration,
  this.enableNativeLogging,
});