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
{{ message }}
This repository has been archived by the owner on Mar 1, 2022. It is now read-only.
Right now, if trying to use SecurePreferences(context, null, "custom_prefs_name") I am getting an error: Overload Resolution Ambiguity.
I know it is recommended to use a custom generated secret or a user entered password, but this will not work in my case. Can we add another constructor to create a custom shared preferences file without having to use a null second parameter? Simply for the developers sake. I understand you can enter an empty string as well.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, if trying to use
SecurePreferences(context, null, "custom_prefs_name")
I am getting an error: Overload Resolution Ambiguity.I know it is recommended to use a custom generated secret or a user entered password, but this will not work in my case. Can we add another constructor to create a custom shared preferences file without having to use a null second parameter? Simply for the developers sake. I understand you can enter an empty string as well.
The text was updated successfully, but these errors were encountered: