2 references to InvokeAsync
Aspire.Dashboard (2)
Model\ThemeManager.cs (2)
30var currentThemeTask = _jsModule.InvokeAsync<string>("getCurrentTheme", cancellationToken); 31var themeCookieValueTask = _jsModule.InvokeAsync<string?>("getThemeCookieValue", cancellationToken);