Model name: SM-A536B/DS:
In file cryptography/lib/src/cryptography/cipher_wand.dart function "decryptString" the variable clearText is an unmodifiable list that causes the error "Unsupported operation: Cannot modify an unmodifiable list", because in the finally block we try to modify clearText.
Model name: SM-A536B/DS: In file cryptography/lib/src/cryptography/cipher_wand.dart function "decryptString" the variable clearText is an unmodifiable list that causes the error "Unsupported operation: Cannot modify an unmodifiable list", because in the finally block we try to modify clearText.