sendHtml method
Sends an HTML response (convenience method).
Implementation
void sendHtml(String html) {
_body.sendHtml(html);
_sent = true;
}
Sends an HTML response (convenience method).
void sendHtml(String html) {
_body.sendHtml(html);
_sent = true;
}