store
Deprecated
Does not work for configuration changes (e.g. rotation).
Replace with
import androidx.lifecycle.viewmodel.compose.viewModel
Content copied to clipboard
viewModel()
Content copied to clipboard
Stores a view model in the local ViewModelStore. Use if the view model was created manually and is not located in Activity/Fragment ViewModelStore.