EnvOptions constructor
EnvOptions({
- required String appID,
- String? appName,
- String? appChannel,
- String? appVersion,
- String? deviceID,
- String? userUniqueId,
- bool? useImageXCloudControl = false,
- bool? openAppLog = true,
- bool? autoStartAppLog = true,
- bool? enableLogCallback = false,
- bool? enableLocalLogPrint = false,
- bool? debugLogLevel = false,
Implementation
EnvOptions({
required this.appID,
this.appName,
this.appChannel,
this.appVersion,
this.deviceID,
this.userUniqueId,
this.useImageXCloudControl = false,
this.openAppLog = true,
this.autoStartAppLog = true,
this.enableLogCallback = false,
this.enableLocalLogPrint = false,
this.debugLogLevel = false,
});