remove method

void remove(
  1. String eventName
)

Remove a tracked timestamp.

Implementation

void remove(String eventName) {
  _timestamps.remove(eventName);
}