MessageContent.plain constructor
const
MessageContent.plain(
- String text
Creates plain text content.
Implementation
const MessageContent.plain(String text)
: plainText = text,
cipherText = null,
nonce = null;