isAutomaticDataCollectionEnabled property

bool isAutomaticDataCollectionEnabled

Returns whether automatic data collection is enabled or disabled for this app.

Automatic data collection can be enabled or disabled via setAutomaticDataCollectionEnabled.

Implementation

bool get isAutomaticDataCollectionEnabled =>
    _delegate.isAutomaticDataCollectionEnabled;