Applies f to each {key, Iterable<value>} pair of the multimap.
f
Iterable<value>
It is an error to add or remove keys from the map during iteration.
void forEachKey(void f(K key, C value)) => _map.forEach(f);