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. Isar web always returns ids.length.

Implementation

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