getNavigationPath method

List<String> getNavigationPath()

获取页面访问路径

Implementation

List<String> getNavigationPath() {
  return _routeStack.map((route) => route.pageName).toList();
}