matchHistory method

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

Implementation

List<RouteHistoryItem> matchHistory(String route) {
  return [];
}