oianmol
12/25/2021, 10:06 AMsuspend inline fun <reified T> getNetworkDataFor(
dataMap: HashMap<String, Int>? = null)
this is how it's called from iOS using combine
createPublisher(for: repository.getNetworkDataForNative(dataMap: [ConstantsKt.PAGE_NUM:0,ConstantsKt.PAGE_SIZE:10]))