deleteAll abstract method

Future<int> deleteAll(
  1. Iterable<int> ids
)

Deletes items with ids from the repository

Implementation

Future<int> deleteAll(Iterable<int> ids);