2 references to GetOrientationStorageKey
Aspire.Dashboard (2)
Components\Controls\SummaryDetailsView.razor.cs (2)
108
var orientationResult = await LocalStore.GetUnprotectedAsync<Orientation>(
GetOrientationStorageKey
());
158
await LocalStore.SetUnprotectedAsync(
GetOrientationStorageKey
(), Orientation);