modifyHealthElement method

Future<GroupScoped<HealthElement>> modifyHealthElement(
  1. GroupScoped<HealthElement> entity
)

Implementation

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