decodeBase64

fun decodeBase64(input: String): ByteArray?

Decodes a b64String to a Bitmap and returns it.

Return

The decoded Bitmap

Parameters

input

The b64String to decode