decrement method

void decrement()

Implementation

void decrement() {
  _count--;
  notifyListeners();
}