menu
khadem package
documentation
http.dart
ResponseContext
json static method
json static method
dark_mode
light_mode
json
static method
void
json
(
Map
<
String
,
dynamic
>
data
)
Send a JSON response
Implementation
static void json(Map<String, dynamic> data) => response.sendJson(data);
khadem package
documentation
http
ResponseContext
json static method
ResponseContext class