permanentRedirect method
void
permanentRedirect()
Sets status to 308 Permanent Redirect.
Implementation
void permanentRedirect() => setStatus(308);
Sets status to 308 Permanent Redirect.
void permanentRedirect() => setStatus(308);