menu
hyper_router package
documentation
srs/base/nested_navigator.dart
NavigatorNode
removeChild method
removeChild method
dark_mode
light_mode
removeChild
method
void
removeChild
(
NavigatorNode
child
)
Implementation
void removeChild(NavigatorNode child) { _children.remove(child); }
hyper_router package
documentation
srs/base/nested_navigator
NavigatorNode
removeChild method
NavigatorNode class