static fun decode(b64: String): Bytes
Decode a base64 encoded string to bytes.
b64 - The base64 encoded string.
b64
Return The decoded bytes.