Refer to List.add.
Additionally returns the list.
Future<List<E>> add(E e) async => (await this)..add(e);