removeRouteBelow property

dynamic Function(Route anchorRoute) get removeRouteBelow

Implementation

Function(Route<dynamic> anchorRoute) get removeRouteBelow =>
    _navigator.removeRouteBelow;