current

@get:Composable
val current: RoutingModel(source)

Provide the routing model instance through a CompositionLocal so deeper level Composables in the composition can have access to the current routing model.

To use this composition, you need to invoke any Router implementation first.