TelemetryConfig constructor
const
TelemetryConfig({})
Implementation
const TelemetryConfig({
this.enabled = true,
this.analyticsKey,
this.baseUrl,
this.headers,
this.userId,
this.sessionId,
});
const TelemetryConfig({
this.enabled = true,
this.analyticsKey,
this.baseUrl,
this.headers,
this.userId,
this.sessionId,
});