Configuration constructor
const
Configuration({
- required Environment environment,
- AudioFormat audioFormat = const AudioFormat(),
- DrivingServiceMode drivingServiceMode = DrivingServiceMode.sdk,
- LogLevel logLevel = LogLevel.off,
Implementation
const Configuration({
required this.environment,
this.audioFormat = const AudioFormat(),
this.drivingServiceMode = DrivingServiceMode.sdk,
this.logLevel = LogLevel.off,
});