addAll method

Object? addAll(
  1. Iterable<E> iterable
)
inherited

Adds all values iterable at the end of the queue.

Sync CollectiveQueue returns void Async CollectiveQueue returns Future<void>