increaseCounter method

void increaseCounter()

Implementation

void increaseCounter() {
  _count++;
}