html method

void html(
  1. String html
)

Alias for sendHtml.

Implementation

void html(String html) => sendHtml(html);