getContent method

Uint8List getContent()

//// Get the content of the message.

\return the content of the message /

Implementation

Uint8List getContent() {
  return content;
}