clear method

void clear()

Clear all middleware

Implementation

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