Async removes elements from the queue that satisfy the test.
test
@override Future<void> removeWhere(bool Function(E element) test) async { return Future<void>(() => _collective.removeWhere(test)); }