didChangeRoute abstract method

void didChangeRoute(
  1. Uri route,
  2. Page page,
  3. String pushOrPop
)

The router's current route changed.

Implementation

void didChangeRoute(Uri route, Page page, String pushOrPop);