menu
khadem package
documentation
http.dart
ResponseContext
text static method
text static method
dark_mode
light_mode
text
static method
void
text
(
String
text
)
Send a plain text response
Implementation
static void text(String text) => response.send(text);
khadem package
documentation
http
ResponseContext
text static method
ResponseContext class