removeFirst abstract method

dynamic removeFirst()

Removes the first element from the queue.

Sync CollectiveQueue returns the removed element Async CollectiveQueue returns Future<E>

Implementation

removeFirst();