noContent method

void noContent()

Set empty response

Implementation

void noContent() {
  status = HttpStatus.noContent;
  body = '';
}