menu
khadem package
documentation
http.dart
Response
html method
html method
dark_mode
light_mode
html
method
void
html
(
String
html
)
Alias for sendHtml.
Implementation
void html(String html) => sendHtml(html);
khadem package
documentation
http
Response
html method
Response class