Exemplo n.º 1
0
        protected async void RefreshWeather()
        {
            forecasts = await ForecastService.RefreshAsync();

            StateHasChanged();
        }