Function: useClearStorage()
useClearStorage(
target?):void
Defined in: src/infrastructure/storage/storage.service.ts:388
Clears all values from the specified storage backend.
Parameters
target?
StorageTarget = "localStorage"
Which storage backend to clear (default: "localStorage").
Returns
void
Example
useClearStorage("sessionStorage");