hasProxySettings method

  1. @override
Future<bool> hasProxySettings()
override

Implementation

@override
Future<bool> hasProxySettings() async {
  // Check for proxy settings in web environment
  return await _hasWebProxySettings();
}