reset method

  1. @visibleForTesting
void reset()

Implementation

@visibleForTesting
void reset() {
  _activeToken = null;
  _startedAt = null;
}