setTextBody method

  1. @override
void setTextBody(
  1. String content
)
override

Sets the text body.

Implementation

@override
void setTextBody(String content) {
  _textBody = content;
}