matchHealthElementsBy method

Future<List<String>> matchHealthElementsBy(
  1. FilterOptions<HealthElement> filter
)

Implementation

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