clearHistory method

void clearHistory()

Clears in-memory scan history log.

Implementation

void clearHistory() {
  _scanHistory.clear();
  _safeNotifyListeners();
}