cleanSystemProxy static method
void
cleanSystemProxy()
Implementation
static void cleanSystemProxy() {
switch (Platform.operatingSystem) {
case "linux":
cleanSystemProxyLinux();
break;
}
}
static void cleanSystemProxy() {
switch (Platform.operatingSystem) {
case "linux":
cleanSystemProxyLinux();
break;
}
}