suppressTelemetry method

  1. @override
void suppressTelemetry()
inherited

Calling this will result in telemetry collection being suppressed for the current invocation.

If you would like to permanently disable telemetry collection use:

analytics.setTelemetry(false)

Implementation

@override
void suppressTelemetry() => _telemetrySuppressed = true;