navigationStackFrom abstract method

List<ViewNavigationType> navigationStackFrom(
  1. List<ViewNavigationType> currentStack
)
inherited

Modifies the navigation stack based on the current stack and the new navigation type.

Implementation

List<ViewNavigationType> navigationStackFrom(
  List<ViewNavigationType> currentStack,
);