text static method

void text(
  1. String text
)

Send a plain text response

Implementation

static void text(String text) => response.send(text);