deleteAll abstract method

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

Delete a list of objects by their ids.

Returns the number of objects that have been deleted. Isar web always returns ids.length.

Implementation

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