movedPermanently method

void movedPermanently()

Sets status to 301 Moved Permanently.

Implementation

void movedPermanently() => setStatus(301);