navigationStackFrom method
Returns the current stack unchanged — SwitchTab does not modify stack contents; the controller handles the branch pointer flip.
Implementation
@override
List<ViewNavigationType> navigationStackFrom(
List<ViewNavigationType> currentStack,
) => currentStack;