menu
nylo_framework package
documentation
nylo_framework.dart
NyRouter
getRouteHistory method
getRouteHistory method
dark_mode
light_mode
getRouteHistory
method
List
<
Route
>
getRouteHistory
(
)
Get the route history.
Implementation
List<Route<dynamic>> getRouteHistory() { return _routeHistory; }
nylo_framework package
documentation
nylo_framework
NyRouter
getRouteHistory method
NyRouter class