disable method
void
disable()
Disables the global HTTP proxy settings by setting HttpOverrides.global to null.
This method removes any previously configured proxy settings and restores the default HTTP client behavior for network requests.
Implementation
void disable() => HttpOverrides.global = null;