clearInterceptors method

void clearInterceptors()

Clear all interceptors

Implementation

void clearInterceptors() {
  return DohApiClientPlatform.instance.clearInterceptors();
}