NONE constant

SameSite=None;

Cookies will be sent in all contexts, i.e sending cross-origin is allowed. None requires the Secure attribute in latest browser versions.

Implementation

static const NONE = const HTTPCookieSameSitePolicy._internal("None");