bogdoll
07/19/2019, 9:47 AMfun externalApi(query: String, callback: (Long,String)->Unit): Unit
I would like to convert this into something like
fun externalApiWrapper( query: String ): Flow<Pair<Long,String >>
Currently I have no idea how to do that.bogdoll
07/19/2019, 10:49 AMgildor
07/19/2019, 11:39 AMbogdoll
07/19/2019, 11:57 AMgildor
07/19/2019, 12:12 PMbogdoll
07/22/2019, 5:48 PM