fromBase64 method
Decodes a Base64-encoded string back to a plain string.
Implementation
String fromBase64() => utf8.decode(base64.decode(this));
Decodes a Base64-encoded string back to a plain string.
String fromBase64() => utf8.decode(base64.decode(this));