send method

void send(
  1. String txt
)

send a json content type response

Implementation

void send(String txt) => writer = TextResponse(txt);