isAutomaticDataCollectionEnabled property
Returns whether automatic data collection is enabled or disabled for this app.
Automatic data collection can be enabled or disabled via setAutomaticDataCollectionEnabled
.
Implementation
@override
// TODO: implement isAutomaticDataCollectionEnabled
bool get isAutomaticDataCollectionEnabled => throw UnimplementedError();