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