menu
khadem package
documentation
http.dart
ResponseRenderer
sendHtml method
sendHtml method
dark_mode
light_mode
sendHtml
method
void
sendHtml
(
String
html
, {
int
?
statusCode
,
})
Sends raw HTML content.
Implementation
void sendHtml(String html, {int? statusCode}) { _body.sendHtml(html); }
khadem package
documentation
http
ResponseRenderer
sendHtml method
ResponseRenderer class