setTelemetryEnabled method

Future<void> setTelemetryEnabled(
  1. bool enabled
)

Implementation

Future<void> setTelemetryEnabled(bool enabled) async {
  throw UnimplementedError('setTelemetryEnabled() has not been implemented.');
}