2 implementations of SetUnprotectedAsync
Aspire.Dashboard (1)
Model\BrowserStorage\LocalBrowserStorage.cs (1)
48public async Task SetUnprotectedAsync<T>(string key, T value)
Aspire.Dashboard.Components.Tests (1)
Shared\TestLocalStorage.cs (1)
33public Task SetUnprotectedAsync<T>(string key, T value)