clearInterceptors method

void clearInterceptors()

Implementation

void clearInterceptors() {
  _contextIdToHttpClientInterceptorMap.clear();
}