xaldarof / encrypted-shared-preferences

Perfect for developers prioritizing security, Encrypted Shared Preferences integrates effortlessly into your projects, offering peace of mind and enhancing data privacy. Safeguard your app's data with this essential encryption solution
Apache License 2.0
10 stars 2 forks source link

How to call reload function? #2

Closed Mingyueyixi closed 8 months ago

Mingyueyixi commented 8 months ago

EncryptedSharedPreferences miss reload function. I found the static late SharedPreferencesDecorator _decorator already implement, but it is private. so , how can i call reload function? or why it is private?

xaldarof commented 8 months ago

Hi, sorry for the confusion. I will update the package soon to solve problem.

xaldarof commented 8 months ago

Now you can check 0.4.9 version.

Mingyueyixi commented 8 months ago

thank you very much.I will try the version