override fun onReloadWeatherForecast()

in src/main/kotlin/org/jetbrains/plugins/template/weatherApp/ui/WeatherAppViewModel.kt [279:283]


    override fun onReloadWeatherForecast() {
        _myLocationsUIStateFlow.value.selectedLocation?.let { location ->
            onLoadWeatherForecast(location)
        }
    }