matchHistory method

List<RouteHistoryItem<int>> matchHistory(
  1. String route
)

Implementation

List<RouteHistoryItem<int>> matchHistory(String route) {
  return _history.match(route);
}