isAutomaticDataCollectionEnabled property

  1. @override
bool isAutomaticDataCollectionEnabled
override

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();