setAnalyticsCollectionEnabled method
Sets whether analytics collection is enabled for this app.
Implementation
@override
Future<void> setAnalyticsCollectionEnabled(bool enabled) {
return _channel.invokeMethod<void>(
'setAnalyticsCollectionEnabled',
enabled,
);
}