decryptString
abstract fun decryptString(encrypted: <Error class: unknown class><out <Error class: unknown class>>): String(source)
the decrypted string. Decrypts the encrypted buffer obtained with safeStorage.encryptString
back into a string.
This function will throw an error if decryption fails.