removeWhere abstract method
Removes all entries of this multimap that satisfy the given predicate.
Implementation
void removeWhere(bool Function(K key, V value) predicate);
Removes all entries of this multimap that satisfy the given predicate.
void removeWhere(bool Function(K key, V value) predicate);