MessageContent.plain constructor

const MessageContent.plain(
  1. String text
)

Creates plain text content.

Implementation

const MessageContent.plain(String text)
    : plainText = text,
      cipherText = null,
      nonce = null;