CookieManager class

Constructors

CookieManager()

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

deleteAllCookies() Future<void>
getCookies({required String url, String? name}) Future<List<Cookie>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCookie({required String url, required String name, required String value, String? domain, String path = "/", Duration? maxAge, bool? isSecure}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

instance() CookieManager