incrementCount method

dynamic incrementCount()

Implementation

incrementCount() {
  count += 1;
  update();
}