Constructs a child router. You probably don't need to use this unless you're writing a reusable component.
Source
Router auxRouter(dynamic hostComponent) { return new ChildRouter(this, hostComponent); }
Constructs a child router. You probably don't need to use this unless you're writing a reusable component.
Router auxRouter(dynamic hostComponent) { return new ChildRouter(this, hostComponent); }