menu
nian_toolkit package
documentation
utils/proxy_utils.dart
ProxyUtils
getEffectiveProxyUrl method
getEffectiveProxyUrl method
dark_mode
light_mode
getEffectiveProxyUrl
method
String
getEffectiveProxyUrl
(
)
获取当前有效的代理URL(只有启用时才返回)
Implementation
String getEffectiveProxyUrl() { return _isEnabled ? _proxyUrl : ''; }
nian_toolkit package
documentation
utils/proxy_utils
ProxyUtils
getEffectiveProxyUrl method
ProxyUtils class