menu
hybrid_manager package
documentation
router/route_manager.dart
RouteManager
clearHistory method
clearHistory method
dark_mode
light_mode
clearHistory
method
void
clearHistory
(
)
Clears the navigation history.
Implementation
void clearHistory() { _history.clear(); }
hybrid_manager package
documentation
router/route_manager
RouteManager
clearHistory method
RouteManager class