hanssens / localstorage

LocalStorage for .NET - A simple and lightweight tool for persisting data in dotnet (core) apps.
MIT License
74 stars 17 forks source link

Remove LocalStorage with key #36

Closed mhmsignin closed 3 years ago

mhmsignin commented 4 years ago

first thank you really, i need this until extera security option second how to remove local storage with key? it's possible? like : storage.Remove("somKey");

hanssens commented 3 years ago

Thanks @mhmsignin. You're right, I've just published v2.1.0 where the .Remove() operation is now available. See this example in the tests as well.