none constant
Cookie with this value will be sent in all requests.
Cookie.secure must also be set to true, otherwise the none
value
will have no effect.
Implementation
static const none = SameSite._("None");
Cookie with this value will be sent in all requests.
Cookie.secure must also be set to true, otherwise the none
value
will have no effect.
static const none = SameSite._("None");