reportPopRoute abstract method

void reportPopRoute(
  1. ModularRoute route
)

Reports whether a route will leave the route context. This is important to call automatic dispose of the entire context.

Implementation

void reportPopRoute(ModularRoute route);