isProxyDetected method

  1. @override
Future<bool> isProxyDetected()
override

Implementation

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