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