increment method

void increment()

Implementation

void increment() {
  _count++;
  notifyListeners();
}