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