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