reset method

void reset()

Reset the counter to 0.

Implementation

void reset() {
  value = 0;
}