matchHealthcarePartiesBySorted method
Implementation
Future<List<String>> matchHealthcarePartiesBySorted(BaseSortableFilterOptions<HealthcareParty> filter) async {
return await CardinalSdkPlatformInterface.instance.apis.healthcareParty.matchHealthcarePartiesBySorted(
_sdkId,
filter,
);
}