TelemetryService constructor

TelemetryService({
  1. bool enabled = true,
  2. String apiEndpoint = 'https://smartpub-telemetry.example.com',
})

Implementation

TelemetryService({
  this.enabled = true,
  this.apiEndpoint = 'https://smartpub-telemetry.example.com',
});