resetSession method

void resetSession()

Resets only the session counter (e.g. when the app moves to background and returns after a significant gap).

Implementation

void resetSession() {
  _sessionImpressions = 0;
  PrimekitLogger.debug('AdFrequencyCap: session counter reset.', tag: _tag);
}