Closed
Description
I was wondering, if it is possible to get data from cookies, set in the web view, to the flutter application. My use case is a custom auth mechanism which works by authentication with google on server side and sending a cookie with the client credentials in a cookie to the frontend (in this case my flutter app). Is this possible with this plugin?
I saw both #7 and #8 and am not sure about this approach because of the cookie instead of a redirect url and query parameters.