menu
khadem package
documentation
http.dart
ResponseContext
status static method
status static method
dark_mode
light_mode
status
static method
void
status
(
int
code
)
Set the response status code
Implementation
static void status(int code) => response.status(code);
khadem package
documentation
http
ResponseContext
status static method
ResponseContext class