Louis Gautier
10/27/2023, 12:03 PMfun callService() {
viewModelScope.launch {
repository.getData().collect {
// Update state. Called only once :(
}
}
}
streetsofboston
10/27/2023, 12:53 PMstreetsofboston
10/27/2023, 12:55 PMLouis Gautier
10/27/2023, 2:05 PM