Async removes all elements from the set.
elements
@override Future<void> removeAll(Iterable<Object?> elements) async { return Future<void>(() => _collective.removeAll(elements)); }