CookieManager class abstract

Implementers

Constructors

CookieManager.new()

Properties

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

Methods

buildUrlWithToken(String url) String
deleteAllCookies() → void
deleteCookies(Uri uri) → void
getSingleCookie(Uri uri, String name) Cookie
loadCookies(Uri uri) List<Cookie>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveCookies(Uri uri, List<Cookie> cookies) → void
toString() String
A string representation of this object.
inherited

Operators

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