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