getViewModelInstanceNames

suspend fun getViewModelInstanceNames(viewModel: String): List<String>

Return

A list of all instance names available on the given view model.

Parameters

viewModel

The name of the view model to get instance names for.