composable
inline fun <T : Any> NavGraphBuilder.composable(typeMap: Map<KType, @JvmSuppressWildcards NavType<*>> = emptyMap(), deepLinks: List<NavDeepLink> = emptyList(), noinline content: @Composable (NavBackStackEntry) -> Unit)
Add the Composable to the NavGraphBuilder.
This implements type safe navigation for Wear.