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