WebviewCookieManager class

Constructors

WebviewCookieManager()
Creates a CookieManager -- returns the instance if it's already been called.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearCookies() Future<void>
Remove all cookies
getCookies(String? url) Future<List<Cookie>>
Read out all cookies, or all cookies for a url when provided
hasCookies() Future<bool>
Gets whether there are stored cookies
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeCookie(String currentUrl) Future<void>
Remove cookies with currentUrl for IOS and Android
removeInvalidCharacter(String value) String
setCookies(List<Cookie> cookies, {String? origin}) Future<void>
Set cookies into the web view
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited