getSystemProxy method

Future<String?> getSystemProxy()

Implementation

Future<String?> getSystemProxy() {
  return FlutterProxyPlatform.instance.getSystemProxy();
}