Key.fromUtf8 constructor
Key.fromUtf8(
- String input
Creates an Encryption Key object from a UTF-8 string.
Implementation
Key.fromUtf8(super.input) : super.fromUtf8();
Creates an Encryption Key object from a UTF-8 string.
Key.fromUtf8(super.input) : super.fromUtf8();