DaroSdkOptions constructor

DaroSdkOptions({
  1. String? userId,
  2. DaroLogLevel? logLevel,
  3. bool? appMute,
})

Implementation

DaroSdkOptions({this.userId, this.logLevel, this.appMute});