CookieHandlerWeb class

Implemented types

Constructors

CookieHandlerWeb()

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

formatDate(DateTime date) String
Manually sets the weekday and month because the 'en_US' locale might not be initialized.
override
get(String key) String?
Get the value of the cookie with name key.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key, {String? path, String? domain, bool? secure}) bool
Returns true if the key was found and the value removed. Returns false if the key was not found.
override
set(String key, String value, {DateTime? expires, Duration? maxAge, String? path, String? domain, bool? secure}) → void
Set a cookie with name key and value.
override
toString() String
A string representation of this object.
inherited

Operators

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