Future<bool> deleteWithId(String id) async { final List<String> ids = await deleteWithIds(<String>[id]); return ids.contains(id); }