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