Convenience: set a cookie by name and value.
static Future<void> setValue(String name, String value) async { await set(Cookie(name, value)); }