startQueryAllRoutesRoute

abstract fun startQueryAllRoutesRoute(onReceive: suspend (String) -> List<MappedRoute>)

Starts the query all routes route.

Parameters

onReceive

The handler for the query all routes route. It receives the URL and returns the list of mapped routes.