clearHistory method
void
clearHistory()
Clears the snapshot history. Called internally when the overlay restarts monitoring.
Implementation
void clearHistory() {
_history.clear();
_latestSnapshot = null;
}
Clears the snapshot history. Called internally when the overlay restarts monitoring.
void clearHistory() {
_history.clear();
_latestSnapshot = null;
}