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