@override Future<String?> getProxySetting() async { final proxy = await methodChannel.invokeMethod<String>('getProxySetting'); return proxy; }