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