gone method
Sends a 410 Gone response with an optional message.
Implementation
void gone([String message = "Gone"]) => string(message, status: HttpStatus.gone);
Sends a 410 Gone response with an optional message.
void gone([String message = "Gone"]) => string(message, status: HttpStatus.gone);