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