getContent method
//// Get the content of the message.
\return the content of the message /
Implementation
Uint8List getContent() {
return content;
}
//// Get the content of the message.
\return the content of the message /
Uint8List getContent() {
return content;
}