enable method
void
enable()
Enable the proxy
Implementation
void enable() => HttpOverrides.global =
new CustomProxyHttpOverride.withProxy(this.toString());
Enable the proxy
void enable() => HttpOverrides.global =
new CustomProxyHttpOverride.withProxy(this.toString());