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