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