latestTabRoute method

UIRouteModel latestTabRoute()

Latest route in current tab

Implementation

UIRouteModel latestTabRoute() =>
    navigationStack.tabNavigationStack.stack[currentTab]!.last;