Encrypted constructor
const
Encrypted(
- Uint8List _bytes
Creates an Encrypted object from a Uint8List.
Implementation
const Encrypted(this._bytes);
Creates an Encrypted object from a Uint8List.
const Encrypted(this._bytes);