clear method
void
clear()
Clears all tracked screen times (useful for testing).
Implementation
void clear() {
_screenStopwatches.clear();
}
Clears all tracked screen times (useful for testing).
void clear() {
_screenStopwatches.clear();
}