Saves a value to localStorage by serializing it to JSON.
The storage key
The value to store
Loads a value from localStorage and deserializes it from JSON.
The storage key
The stored value or null if not found or on error
Removes a value from localStorage by key.
The storage key
Implementation of StorageService using browser's localStorage API.