clearHistory method
void
clearHistory()
Clears the scraping history
Implementation
void clearHistory() {
_scrapeHistory.clear();
notifyListeners();
}
Clears the scraping history
void clearHistory() {
_scrapeHistory.clear();
notifyListeners();
}