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:

Use the PlatformProxyController.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<void> clearProxyOverride() => platform.clearProxyOverride();