clearErrorHistory method

void clearErrorHistory()

Clear error history.

Implementation

void clearErrorHistory() {
  _errorHistory.clear();
  logger.log('Error history cleared');
}