fetchOldLocation

fun fetchOldLocation(weatherVm: WeatherViewModel, scope: CoroutineScope)

Fetch the weather for the old location.

Parameters

weatherVm

The WeatherViewModel to fetch the weather for the old location.

scope

The CoroutineScope to launch the coroutine in.