isAutomaticDataCollectionEnabled property

bool isAutomaticDataCollectionEnabled

Returns true if automatic data collection is enabled for this app.

Implementation

bool get isAutomaticDataCollectionEnabled {
  throw UnimplementedError(
    'isAutomaticDataCollectionEnabled has not been implemented.',
  );
}