lax constant

SameSite const lax

Default value, cookie with this value will generally not be sent on cross-site requests, unless the user is navigated to the original site.

Implementation

static const lax = SameSite._("Lax");