set abstract method
void
set(})
Sets a new cookie.
Implementation
void set(
String name,
String value, {
DateTime? expires,
int? maxAge,
String? domain,
String? path,
bool? secure,
bool? httpOnly,
SameSite? sameSite,
bool? partitioned,
});