menu
croky package
documentation
croky.dart
Response
render method
render method
dark_mode
light_mode
render
method
void
render
(
String
htmlOrDir
)
send a html content type response
Implementation
void render(String htmlOrDir) => writer = HtmlResponse(htmlOrDir);
croky package
documentation
croky
Response
render method
Response class