pushHistoryItem method

void pushHistoryItem(
  1. FRouteMatch item
)

Implementation

void pushHistoryItem(FRouteMatch item) {
  _history.push(RouteHistoryItem(item.match.resolvedUri!, item.matchedBy.path,
      isPage: true));
}