The state of the service (if it reports to Analytics or not).
@override bool get isEnabled => _isEnabled;
@override set isEnabled(bool newValue) { _isEnabled = newValue; _firebaseAnalytics.setAnalyticsCollectionEnabled(newValue); }