ProxyController constructor
Manages setting and clearing a process-specific override for the WebView system-wide proxy settings that govern network requests made by WebView.
WebView may make network requests in order to fetch content that is not otherwise read from the file system or provided directly by application code.
In this case by default the system-wide network proxy settings are used to redirect requests to appropriate proxy servers.
In the rare case that it is necessary for an application to explicitly specify its proxy configuration, this API may be used to explicitly specify the proxy rules that govern WebView initiated network requests.
Implementation
ProxyController()
: this.fromPlatformCreationParams(
const PlatformProxyControllerCreationParams(),
);