modifyHealthElements method
Implementation
Future<List<DecryptedHealthElement>> modifyHealthElements(List<DecryptedHealthElement> entities) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.modifyHealthElements(
_sdkId,
entities,
);
}