Async add the element to the last in the queue.
element
@override Future<void> addLast(E value) { return Future<void>(() => throw UnsupportedError('Unmodifiable operation')); }