clear method

void clear()

Removes all interceptors from the chain

Implementation

void clear() {
  _interceptors.clear();
}