reportCurrentRoute method

void reportCurrentRoute(
  1. T newRoute
)

Implementation

void reportCurrentRoute(T newRoute) {
  _current = newRoute;
}