remove method

dynamic remove(
  1. T ev
)

Implementation

remove(T ev) {
  value.remove(ev);
  notifyListeners();
}