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

commonMain.com.adeo.kviewmodel.odyssey.RootController+Setup.kt Maven / Gradle / Ivy

The newest version!
package com.adeo.kviewmodel.odyssey

import ru.alexgladkov.odyssey.compose.RootController

public fun RootController.setupWithViewModels() {
    onScreenRemove = {
        ViewModelStore.remove(it.key)
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy