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