clear method
override
Clears all recorded events.
Tracers that do not record events will do nothing.
Implementation
@override
void clear() {
_events.clear();
}
Clears all recorded events.
Tracers that do not record events will do nothing.
@override
void clear() {
_events.clear();
}