clearProxyOverride method

Future<void> clearProxyOverride()

Clears the proxy settings. Network connections are not guaranteed to immediately use the new proxy setting; wait for the method to return before loading a page.

Officially Supported Platforms/Implementations:

Implementation

Future<void> clearProxyOverride() {
  throw UnimplementedError(
      'clearProxyOverride is not implemented on the current platform');
}