modifyHealthElement method

Implementation

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