remove method

void remove(
  1. dynamic item
)

Implementation

void remove(dynamic item) {
  _items.remove(item);
}