setAutomaticDataCollectionEnabled method
Sets whether automatic data collection is enabled or disabled for this app.
To check whether it is currently enabled or not, call isAutomaticDataCollectionEnabled.
Implementation
@override
Future<void> setAutomaticDataCollectionEnabled(bool enabled) {
// TODO: implement setAutomaticDataCollectionEnabled
throw UnimplementedError();
}