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