clearProxyOverride method
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:
- Android native WebView (Official API - ProxyController.clearProxyOverride)
Implementation
Future<void> clearProxyOverride() {
throw UnimplementedError(
'clearProxyOverride is not implemented on the current platform');
}