seeOther method

void seeOther()

Sets status to 303 See Other.

Implementation

void seeOther() => setStatus(303);