getProxyHost method

  1. @override
Future<String?> getProxyHost()
override

Implementation

@override
getProxyHost() async {
  final String? host = await methodChannel.invokeMethod('getProxyHost');
  return host;
}