I have a Flutter app that consists of a WebView. I would like to read a specific cookie from this WebView, which is flagged as HttpOnly. How can I achieve this?
I was