clear method

void clear()

Clears all registered middleware.

Implementation

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