Crypho / cordova-plugin-secure-storage

Secure storage plugin for Apache Cordova
MIT License
278 stars 269 forks source link

How to check whether key exist or not #175

Closed chorauoc closed 5 years ago

chorauoc commented 5 years ago

Hi,

I need to know a way to check whether key exist or not ?. Can anyone help me on this

Thank you

demetris-manikas commented 5 years ago

You can either try get(key) and when key is not present the error function will be called or use the keys method.