movedPermanently method
void
movedPermanently()
Sets status to 301 Moved Permanently.
Implementation
void movedPermanently() => setStatus(301);
Sets status to 301 Moved Permanently.
void movedPermanently() => setStatus(301);