Is there a way to view the data stored by flutter_secure_storage package in web? I know on mobile it uses keychain but I couldn’t find any info related to web. Thanks.
>Solution :
It seems flutter_secure_storage encode the value using an algorithm & store the encrypted value on the local storage (found it on the source code)