menu
kronix package
documentation
core/context.dart
Context
html method
html method
dark_mode
light_mode
html
method
Response
html
(
String
html
, {
int
status
=
200
,
})
Implementation
Response html(String html, {int status = 200}) { return Response.html(html, status: status); }
kronix package
documentation
core/context
Context
html method
Context class