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