Routing
open class Routing(root: String? = null, useHash: Boolean = true, notFoundHandler: (String) -> Any? = null) : KVRouter(source)
A helper class for Ballast router.
Parameters
root
the root path of the application
useHash
whether to use hash based routing
notFoundHandler
a function called when no route matches