stringAction

@Composable
fun RouteBuilder.stringAction(block: suspend RouteBuilder.(String) -> Unit)(source)

Executes the given block inside RouteEffect when the route matches the string.