modifyHealthElement method
Future<GroupScoped<EncryptedHealthElement> >
modifyHealthElement(
- GroupScoped<
EncryptedHealthElement> entity
Implementation
Future<GroupScoped<EncryptedHealthElement>> modifyHealthElement(GroupScoped<EncryptedHealthElement> entity) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.inGroup.encrypted.modifyHealthElement(
_sdkId,
entity,
);
}