onDidPopAppRoute abstract method

void onDidPopAppRoute(
  1. AppRoute route
)

Notify the router that the given app route was popped.

Implementation

void onDidPopAppRoute(AppRoute route);