Back

data class Back(val result: Route.Result = Result.Empty) : Route

Route that navigates back one step in the hierarchy

Constructors

Link copied to clipboard
constructor(result: Route.Result = Result.Empty)

Properties

Link copied to clipboard

The Result to provide to the previous view.