clearEmissions method

void clearEmissions()

Clears all recorded emissions.

Implementation

void clearEmissions() {
  _emissions.clear();
}