removeAll static method

void removeAll()

Removes all functions.

Implementation

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