menu
hybrid_manager package
documentation
router/route_manager.dart
RouteManager
history property
history property
dark_mode
light_mode
history
property
List
<
RouteInfo
>
get
history
Gets the navigation history.
Implementation
List<RouteInfo> get history => List.unmodifiable(_history);
hybrid_manager package
documentation
router/route_manager
RouteManager
history property
RouteManager class