reset method
void
reset()
Resets the frequency cap (clears the last show time).
Implementation
void reset() {
_lastShowTime = null;
}
Resets the frequency cap (clears the last show time).
void reset() {
_lastShowTime = null;
}