clear method
void
clear()
Remove recorded history without changing active waiters.
Implementation
void clear() {
_ensureOpen();
_states.clear();
}
Remove recorded history without changing active waiters.
void clear() {
_ensureOpen();
_states.clear();
}