pop method

  1. @override
RouteNode<RouteValue>? pop()
override

Implementation

@override
RouteNode<RouteValue>? pop() {
  return next.pop();
}