popWithGesture static method

void popWithGesture(
  1. Route route
)

Implementation

static void popWithGesture(Route route) {
  DNavigatorManager.nodeHandle(null, null, DStackConstant.gesture,
      route: route);
}