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