onDidChangeEnableStates property

Event<TelemetryLogger> onDidChangeEnableStates

An {@link Event} which fires when the enablement state of usage or error telemetry changes.

Implementation

_i3.Event<_i3.TelemetryLogger> get onDidChangeEnableStates => _i5.getProperty(
      this,
      'onDidChangeEnableStates',
    );