clearStack static method

void clearStack()

清空路由栈

Implementation

static void clearStack() {
  PageInfoTracker.instance.clearStack();
}