clearHistory method

void clearHistory()

Clears the operation history and statistics

Implementation

void clearHistory() {
  _operationHistory.clear();
  _operationCount.clear();
}