CookieOptions constructor
const
CookieOptions({})
Implementation
const CookieOptions({
this.path = '/',
this.domain,
this.expires,
this.maxAge,
this.secure = false,
this.httpOnly = true,
this.sameSite,
});