clearAll method

void clearAll()

Implementation

void clearAll() {
  clearRequests();
  clearQueuedResponses();
  clearPermanentResponses();
}