found method

void found()

Sets status to 302 Found (temporary redirect).

Implementation

void found() => setStatus(302);