clearResults method

void clearResults()

Clears all results from the session (resets but keeps session active).

Implementation

void clearResults() {
  _results.clear();
  _seenValues.clear();
  _duplicatesFiltered = 0;
  _scanTimestamps.clear();
  notifyListeners();
}