reportPushRoute abstract method

void reportPushRoute(
  1. ModularRoute route
)

It informs you that a new route has been found and that it needs its dependent BindContexts started as well.

Implementation

void reportPushRoute(ModularRoute route);