text method
Plain text body.
Implementation
void text(String body) {
_headers['content-type'] = 'text/plain; charset=utf-8';
_body = body;
}
Plain text body.
void text(String body) {
_headers['content-type'] = 'text/plain; charset=utf-8';
_body = body;
}