Closed Aulig closed 4 years ago
Unfortunately, we cannot provide an implementation for getAllCookies()
method on the Android platform. We will restrict getAllCookies()
by URL.
is this the reason why getCookies
with null
as argument returns an empty list?
it seems that getting all cookies regardless of domain is not possible.
This isnt mentioned in the doc comment of the function and I just spent quite a while debugging this.
Steps to reproduce:
final gotCookies = await cookieManager.getCookies(_url);
tofinal gotCookies = await cookieManager.getCookies();
Resulting error:
Apart from this error I love this package! Thanks for your work!