Delete a cookie
static void delete(String name, {String path = '/'}) { _response.clearCookie(name, path: path); }