Daniele Segato
getDataFlow() .onStart { coroutineScope { launch { repository.refresh() } } // this wait refresh to be finished }
coroutineScope
repository.refresh()
A modern programming language that makes developers happier.