base64ToBytes
Deprecated
Use `Base64` in the Kotlin Standard Library directly.
Replace with
import kotlin.io.encoding.Base64
Content copied to clipboard
Base64.decode(this)
Content copied to clipboard
Use `Base64` in the Kotlin Standard Library directly.
import kotlin.io.encoding.Base64
Base64.decode(this)