addAll abstract method

Future<Iterable<int>> addAll(
  1. Iterable<E> values, {
  2. bool notify = true,
})

Saves all the values with auto-increment keys.

Implementation

Future<Iterable<int>> addAll(
  Iterable<E> values, {
  bool notify = true,
});