reportCurrentRoute static method

void reportCurrentRoute(
  1. Route newRoute
)

Implementation

static void reportCurrentRoute(Route newRoute) {
  _current = newRoute;
}