Package-level declarations

Types

Link copied to clipboard
interface Route

This represents a route to which the Router can navigate

Link copied to clipboard
interface Router

An interface that defines the contract for a router, in particular it exposes the commands received from the methods it exposes (navigateTo and popBackStack)

Link copied to clipboard
interface RouterCommand

This interface represents a command that can be given to a Router instance