All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.moe.tlaster.precompose.navigation.ViewModelStoreProvider.kt Maven / Gradle / Ivy

Go to download

A third-party Jetbrains Compose library with ViewModel, LiveData and Navigation support.

The newest version!
package moe.tlaster.precompose.navigation

import androidx.lifecycle.ViewModelStore

interface ViewModelStoreProvider {
    fun getViewModelStore(backStackEntryId: String): ViewModelStore
    fun clear(backStackEntryId: String)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy