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