clearHistory static method

void clearHistory()

Clear log history Clear log history.

Implementation

static void clearHistory() {
  instance._logHistory.clear();
}