getEffectiveProxyUrl method

String getEffectiveProxyUrl()

获取当前有效的代理URL(只有启用时才返回)

Implementation

String getEffectiveProxyUrl() {
  return _isEnabled ? _proxyUrl : '';
}