Key.fromBase64 constructor
Key.fromBase64(
- String encoded
Creates an Encryption Key object from a Base64 string.
Implementation
Key.fromBase64(super.encoded) : super.fromBase64();
Creates an Encryption Key object from a Base64 string.
Key.fromBase64(super.encoded) : super.fromBase64();