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