send method

Response send(
  1. JSAny? body
)

Sends the response with the specified body.

Implementation

external Response send(JSAny? body);