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