cookies property
String
get
cookies
Returns the raw cookie string (document.cookie).
Returns an empty string on non-web.
Implementation
static String get cookies => impl.cookies;
Returns the raw cookie string (document.cookie).
Returns an empty string on non-web.
static String get cookies => impl.cookies;