homy-game-studio / hgs-unity-local-storage

Gerencie arquivos e cache de forma segura em sua aplicação.
MIT License
0 stars 0 forks source link

Add DeleteKey() Method #5

Open MatheusMoura17 opened 2 years ago

MatheusMoura17 commented 2 years ago

Cause

Isn't possible remove single key. Like: storage.Delete("my-key")

Expected

Remove single key with

Storage storage;
storage.Delete("key-name" );