none constant

SameSite const 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.

Implementation

static const none = SameSite._("None");