TelemetryManagerConfiguration constructor

const TelemetryManagerConfiguration({
  1. required String appID,
  2. String? apiBaseURL,
  3. String? defaultUser,
  4. bool? debug,
  5. bool? testMode,
})

Implementation

const TelemetryManagerConfiguration({
  required this.appID,
  this.apiBaseURL,
  this.defaultUser,
  this.debug,
  this.testMode,
});