getPathFromPop abstract method

VPopResult getPathFromPop(
  1. VRouteElement elementToPop, {
  2. required Map<String, String> pathParameters,
  3. required GetNewParentPathResult parentPathResult,
})

VPopResult.didPop is true if this VRouteElement popped VPopResult.extendedPath is null if this path can't be the right one according to the path parameters VPopResult is null when this VRouteElement does not pop AND none of its stackedRoutes popped

Implementation

VPopResult getPathFromPop(
  VRouteElement elementToPop, {
  required Map<String, String> pathParameters,
  required GetNewParentPathResult parentPathResult,
});