If you use: https://pub.dev/packages/flutter_secure_storage
For all of the storage you get web encrypted storage using web crypto which is supported on all browsers now (other than old edge and MSIE stuff)
This would also get you the secure storage for everything else too.
If you use: https://pub.dev/packages/flutter_secure_storage
For all of the storage you get web encrypted storage using web crypto which is supported on all browsers now (other than old edge and MSIE stuff)
This would also get you the secure storage for everything else too.