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