Async removes all elements from the queue.
@override Future<void> clear() { return Future<void>(() => throw UnsupportedError('Unmodifiable operation')); }