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