UpdateTelemetryEvent.installScheduled constructor
const
UpdateTelemetryEvent.installScheduled({})
Creates an install-scheduled event.
Implementation
const UpdateTelemetryEvent.installScheduled({
String? stagingPath,
String? version,
String? channel,
String? platform,
}) : this(
type: UpdateTelemetryEventType.installScheduled,
stagingPath: stagingPath,
version: version,
channel: channel,
platform: platform,
);