matchHealthElementsBySorted method
Implementation
Future<List<String>> matchHealthElementsBySorted(BaseSortableFilterOptions<HealthElement> filter) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElementBasic.matchHealthElementsBySorted(
_sdkId,
filter,
);
}