menu
sunny_lifecycle package
documentation
routing/frouter_state.dart
FRouteState
matchHistory method
matchHistory method
dark_mode
light_mode
matchHistory
method
List
<
RouteHistoryItem
<
int
>
>
matchHistory
(
String
route
)
Implementation
List<RouteHistoryItem<int>> matchHistory(String route) { return _history.match(route); }
sunny_lifecycle package
documentation
routing/frouter_state
FRouteState
matchHistory method
FRouteState class