Async adds element to the list.
element
@override Future<void> add(E element) async { return Future<void>(() => _collective.add(element)); }