setAnalyticsCollectionEnabled method

Future<void> setAnalyticsCollectionEnabled(
  1. bool enabled
)

Sets whether analytics collection is enabled for this app.

Implementation

Future<void> setAnalyticsCollectionEnabled(bool enabled) {
  throw UnimplementedError(
    'setAnalyticsCollectionEnabled() is not implemented',
  );
}