Removes the first occurrence of value from the queue.
value
Sync CollectiveQueue returns void Async CollectiveQueue returns Future<void>
Future<void>
remove(Object? value);