You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Save the value in SharedPreferences via native platforms
Call the SharedPreferences.reload method as required by documentation:
If you need to read a preference value that may have been changed by anything other than the SharedPreferences instance you are reading it from, you should call reload() on the instance before reading from it to update its cache with any external changes.
We expect watcher to notify all cards with new values (this doesn't happen)
The text was updated successfully, but these errors were encountered:
Sequencing:
SharedPreferences
via native platformsSharedPreferences.reload
method as required by documentation:watcher
to notify all cards with new values (this doesn't happen)The text was updated successfully, but these errors were encountered: