Storing flow(or something else) in the variable or in the function

后端 未结 0 1495
小蘑菇
小蘑菇 2020-12-13 10:33

For example:

repository.items() - Flow

val itemsList = repository.items().flowOn(Dispatchers.IO)

and

fun itemsList() = repository.items().flowOn(Disp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题