FRouteMatch.external constructor
FRouteMatch.external(
- FRouterDelegate matchedBy
A route not tracked by the FRouter (pushed and popped separately)
Implementation
FRouteMatch.external(this.matchedBy)
: match = AppRouteMatch.ofMap(ExternalAppRoute(), {}),
isManaged = false;