decrement method

void decrement()

Implementation

void decrement() {
  emit(state.copyWith(count: state.count - 1));
}