remove abstract method

dynamic remove(
  1. Object? value
)

Removes the first occurrence of value from the queue.

Sync CollectiveQueue returns void Async CollectiveQueue returns Future<void>

Implementation

remove(Object? value);