deleteAll abstract method

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

Delete a list of objecs by their ids. Returns the number of objects that have been deleted.

Implementation

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