setAutomaticDataCollectionEnabled method

Future<void> setAutomaticDataCollectionEnabled(
  1. bool enabled
)

Determine whether automatic data collection is enabled or not.

Implementation

Future<void> setAutomaticDataCollectionEnabled(bool enabled) {
  return _delegate.setAutomaticDataCollectionEnabled(enabled);
}