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