matchHealthElementsBy method

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

Implementation

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