addCookie abstract method
Adds a cookie.
Implementation
Future<void> addCookie({
required String name,
required String value,
String? url,
String? domain,
String? path,
int? expires,
bool? httpOnly,
bool? secure,
String? sameSite,
});