reset method

void reset()

Resets the frequency cap (clears the last show time).

Implementation

void reset() {
  _lastShowTime = null;
}