increment method

dynamic increment()

Implementation

increment() {
  count++;
  refresh();
}