Removes all elements that satisfy the given test.
Notifies subscribers after removal.
@override void removeWhere(bool Function(E element) test) { _checkLength(() => peek.removeWhere(test)); }