@override Future<bool> isAnalyticsEnabled() async { return await methodChannel.invokeMethod<bool>('isAnalyticsEnabled') ?? false; }