setAuthenticateProxy abstract method
void
setAuthenticateProxy()
Sets the function to be called when a proxy is requesting authentication.
Implementation
void setAuthenticateProxy(
Future<bool> Function(
String host, int port, String scheme, String? realm)?
f);