iosMain.com.paoapps.fifi.model.Model.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of fifi-framework Show documentation
Show all versions of fifi-framework Show documentation
Kotlin Multiplatform Mobile framework for optimal code sharing between iOS and Android.
package com.paoapps.fifi.model
import com.paoapps.fifi.model.datacontainer.CDataContainer
import com.paoapps.fifi.utils.flow.FlowAdapter
import com.paoapps.fifi.utils.flow.wrap
import kotlinx.coroutines.MainScope
val CDataContainer.dataFlowAdapter: FlowAdapter get() = dataFlow.wrap(MainScope())
© 2015 - 2025 Weber Informatics LLC | Privacy Policy