modifyHealthElement method

Future<EncryptedHealthElement> modifyHealthElement(
  1. EncryptedHealthElement entity
)

Implementation

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