Deletes multiple contacts in a single batch operation.
static Future<void> deleteAll(List<String> ids) => _crud.deleteAll(ids);