getFullRoutePath method

List<String> getFullRoutePath()

获取完整路由路径

Implementation

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