increment method

void increment()

Implementation

void increment() {
  _count.value ++;
  _writeCount(_count.value);
}