removeChip method

void removeChip(
  1. String chip
)

Implementation

void removeChip(String chip) {
  _chips.remove(chip);
  notifyListeners();
}