pop method
Remove the leaf element from the route, returning back to the parent screen.
Implementation
AFRouteStateSegments pop(dynamic childReturn) {
return popN(1, childReturn);
}
Remove the leaf element from the route, returning back to the parent screen.
AFRouteStateSegments pop(dynamic childReturn) {
return popN(1, childReturn);
}