setRouteEvent method

void setRouteEvent(
  1. OnRouteEventIntercept routeEventIntercept
)

Implementation

void setRouteEvent(OnRouteEventIntercept routeEventIntercept) {
  _routeEvent = routeEventIntercept;
}