clearHistory static method

void clearHistory()

Clear only call history.

Implementation

static void clearHistory() {
  _callHistory.clear();
}