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


fun VMScreensMapBuilder.screen(route: String, content: @Composable () -> Unit)

Implementation forwarded from ScreensNavigation that does not pass any arguments and does not involve ViewModel initialization.

See also