sendInternalError method
Implementation
void sendInternalError(Object? msg) {
_sendRes(
HttpStatus.internalServerError,
msg: msg,
);
}
void sendInternalError(Object? msg) {
_sendRes(
HttpStatus.internalServerError,
msg: msg,
);
}