badGateway method

void badGateway()

Sets status to 502 Bad Gateway.

Implementation

void badGateway() => setStatus(502);