2 references to GetOrientationStorageKey
Aspire.Dashboard (2)
Components\Controls\SummaryDetailsView.razor.cs (2)
89var orientationResult = await LocalStore.SafeGetAsync<Orientation>(GetOrientationStorageKey()); 131await LocalStore.SetAsync(GetOrientationStorageKey(), Orientation);