sendJson method
Sends a JSON response (convenience method).
Implementation
@override
void sendJson(dynamic data) {
_body.sendJson(data);
_sent = true;
}
Sends a JSON response (convenience method).
@override
void sendJson(dynamic data) {
_body.sendJson(data);
_sent = true;
}