reset method

void reset()

Resets the CallAggregator to abandon started call process.

Implementation

void reset() {
  _resetTimer?.cancel();
  _resetTimer = null;
}