activateChild method
Implementation
void activateChild(FRouterDelegate child) {
this.setNewRoutePath(
FRouteMatch.page(routes.matchRoute(child.path)!, this));
}
void activateChild(FRouterDelegate child) {
this.setNewRoutePath(
FRouteMatch.page(routes.matchRoute(child.path)!, this));
}