remove method
Removes the item with the given id
from the selection.
Implementation
void remove(String id) {
value.remove(id);
notifyListeners();
}
Removes the item with the given id
from the selection.
void remove(String id) {
value.remove(id);
notifyListeners();
}