isTelemetryEnabled property

bool get isTelemetryEnabled

Indicates whether the users has telemetry enabled. Can be observed to determine if the extension should send telemetry.

Implementation

_i2.bool get isTelemetryEnabled => _i3.getProperty(
      this,
      'isTelemetryEnabled',
    );