Creates a new Plaintext object from a string.
The value parameter specifies the string to encrypt.
value
Plaintext plain(String value) => Plaintext.withValue(backend, value);