addChip method

void addChip(
  1. String chip
)

Implementation

void addChip(String chip) {
  _chips.add(chip);
  notifyListeners();
}