Send a redirect response
static Future<void> redirect(String url, {int status = 302}) => response.redirect(url, status: status);