noContent method

void noContent()

Sets status to 204 No Content.

Implementation

void noContent() => setStatus(204);