matchHealthElementsBySorted method

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

Implementation

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