ScanbotSdkConfig constructor

ScanbotSdkConfig({
  1. String? licenseKey,
  2. bool? loggingEnabled,
  3. String? storageBaseDirectory,
})

Implementation

ScanbotSdkConfig(
    {this.licenseKey, this.loggingEnabled, this.storageBaseDirectory});