clearHistory method

void clearHistory()

Clears the scraping history

Implementation

void clearHistory() {
  _scrapeHistory.clear();
  notifyListeners();
}