Compare commits

..
4 Commits
@@ -1,8 +1,6 @@
using LiteCharms.Features.Abstractions; namespace LiteCharms.Features.Browser;
namespace LiteCharms.Features.Browser; public sealed class LocalStorageService(ProtectedLocalStorage storage)
public sealed class LocalStorageService(ProtectedLocalStorage storage) : IService
{ {
public async ValueTask<Result> DeleteAsync(string key) public async ValueTask<Result> DeleteAsync(string key)
{ {