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