onDirectionsRequestInterceptor method

void onDirectionsRequestInterceptor(
  1. OnDirectionsRequestInterceptor callback
)

Implementation

void onDirectionsRequestInterceptor(OnDirectionsRequestInterceptor callback) {
  _onDirectionsRequestInterceptor = callback;
}