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