see dart:core documentation
@override void removeWhere(bool Function(E element) test) { value.removeWhere(test); emit(); }