Encrypted.from64 constructor

Encrypted.from64(
  1. String encoded
)

Creates an Encrypted object from a Base64 string.

Implementation

Encrypted.from64(String encoded) : _bytes = convert.base64.decode(encoded);