matchHealthElementsBySorted method

Future<List<String>> matchHealthElementsBySorted(
  1. BaseSortableFilterOptions<HealthElement> filter
)

Implementation

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