goBack

fun goBack(): Route?

Recursive reverse call to History.canGoBack to identify if back navigation is possible or not.

If possible then the History.pop will be called to remove the last item from the backstack.