clearHistory method
void
clearHistory()
Clears in-memory scan history log.
Implementation
void clearHistory() {
_scanHistory.clear();
notifyListeners();
}
Clears in-memory scan history log.
void clearHistory() {
_scanHistory.clear();
notifyListeners();
}