see dart core documentation
@override void removeWhere(bool Function(K key, V value) test) { value.removeWhere(test); emit(); }