@override Future<void> setAnalyticsEnabled(bool enabled) async { await methodChannel.invokeMethod('setAnalyticsEnabled', { 'enabled': enabled, }); }