contentTypeText static method

void contentTypeText()

Set Content-Type to plain text

Implementation

static void contentTypeText() =>
    response.header('Content-Type', 'text/plain');