Key constructor
const
Key(
- Uint8List bytes
Creates an Encryption Key object from a Uint8List.
Implementation
const Key(super.bytes);
Creates an Encryption Key object from a Uint8List.
const Key(super.bytes);