FRouteMatch.external constructor

FRouteMatch.external(
  1. FRouterDelegate matchedBy
)

A route not tracked by the FRouter (pushed and popped separately)

Implementation

FRouteMatch.external(this.matchedBy)
    : match = AppRouteMatch.ofMap(ExternalAppRoute(), {}),
      isManaged = false;