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