internalServerError method
void
internalServerError()
Sets status to 500 Internal Server Error.
Implementation
void internalServerError() => setStatus(500);
Sets status to 500 Internal Server Error.
void internalServerError() => setStatus(500);