getProxyHost method

Future<String?> getProxyHost()

Implementation

Future<String?> getProxyHost() async {
  throw UnimplementedError('getProxyHost() has not been implemented.');
}