SdkConfiguration constructor
SdkConfiguration({
- required String licenseKey,
- bool loggingEnabled = false,
- bool enableNativeLogging = false,
- String? storageBaseDirectory = null,
- FileEncryptionMode? fileEncryptionMode = null,
- String? fileEncryptionPassword = null,
- bool performanceHintApi = true,
- bool allowGpuAcceleration = true,
- bool allowXnnpackAcceleration = true,
Implementation
SdkConfiguration({
required this.licenseKey,
this.loggingEnabled = false,
this.enableNativeLogging = false,
this.storageBaseDirectory = null,
this.fileEncryptionMode = null,
this.fileEncryptionPassword = null,
this.performanceHintApi = true,
this.allowGpuAcceleration = true,
this.allowXnnpackAcceleration = true,
});