Ian Warwick
03/02/2020, 11:11 AMAdam Powell
03/02/2020, 2:09 PMvar doError by mutableStateOf(true)
effect {}
API like I mentioned in the other thread. It would let you write code like:
effect {
doOnStartThings()
liveData.asFlow().collect {
doOnResultThings(it)
}
}
Ian Warwick
03/02/2020, 2:28 PMAdam Powell
03/02/2020, 2:40 PMIan Warwick
03/02/2020, 2:43 PM