menu
nylo_framework package
documentation
nylo_framework.dart
NyRouter
addRouteHistory method
addRouteHistory method
dark_mode
light_mode
addRouteHistory
method
dynamic
addRouteHistory
(
Route
route
)
Add the route to the history.
Implementation
addRouteHistory(Route<dynamic> route) { _routeHistory.add(route); }
nylo_framework package
documentation
nylo_framework
NyRouter
addRouteHistory method
NyRouter class