Closed spookyuser closed 6 years ago
Hi @spookyUnknownUser
We will look into this ASAP.
We'll keep you posted.
@spookyUnknownUser, I created a pull request with an update to the readme. The def value is necessary as it gives you the full control over what to get back from the library if the value is not in the storage. As soon as #27 is merged I will close this issue. Hopefully, this helps you!
Perfect thank you.
When trying to retrieve a
String
withSecurePreferences.getStringValue("KEY")
an error is thrown becausedefValue
is not provided. Is this supposed to be an optional parameter, because it isn't listed in the readme.