effectiveProxy property
String?
get
effectiveProxy
The effective proxy URL (prefers HTTPS over HTTP).
Implementation
String? get effectiveProxy => httpsProxy ?? httpProxy;
The effective proxy URL (prefers HTTPS over HTTP).
String? get effectiveProxy => httpsProxy ?? httpProxy;