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