screen
inline fun <Args> VMScreensMapBuilder.screen(route: String, noinline content: @Composable (args: Args?) -> Unit)
Implementation forwarded from ScreensNavigation which does not involve ViewModel initialization.
See also
Implementation forwarded from ScreensNavigation that does not pass any arguments and does not involve ViewModel initialization.