DaroSdkOptions constructor
DaroSdkOptions({
- String? userId,
- DaroLogLevel? logLevel,
- bool? appMute,
Implementation
DaroSdkOptions({this.userId, this.logLevel, this.appMute});