deleteHealthcarePartiesByIds method
Future<List<DocIdentifier> >
deleteHealthcarePartiesByIds(
- List<
StoredDocumentIdentifier> entityIds
Implementation
Future<List<DocIdentifier>> deleteHealthcarePartiesByIds(List<StoredDocumentIdentifier> entityIds) async {
return await CardinalSdkPlatformInterface.instance.apis.healthcareParty.deleteHealthcarePartiesByIds(
_sdkId,
entityIds,
);
}