removeAll method

void removeAll(
  1. Iterable<T> elements
)

Implementation

void removeAll(Iterable<T> elements) => elements.forEach(remove);