navigationStackFrom method

  1. @override
List<ViewNavigationType> navigationStackFrom(
  1. List<ViewNavigationType> currentStack
)
override

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;