deleteMedicalLocations method
Implementation
Future<List<DocIdentifier>> deleteMedicalLocations(ListOfIds locationIds) async {
return await CardinalSdkPlatformInterface.instance.apis.medicalLocation.deleteMedicalLocations(
_sdkId,
locationIds,
);
}