addAll abstract method

Future<List<int>> addAll(
  1. Iterable<E> values
)

Add all the given values to the box

Implementation

Future<List<int>> addAll(Iterable<E> values);