undeleteHealthElement method

Future<EncryptedHealthElement> undeleteHealthElement(
  1. HealthElement healthElement
)

Implementation

Future<EncryptedHealthElement> undeleteHealthElement(HealthElement healthElement) async {
	return await CardinalSdkPlatformInterface.instance.apis.healthElementBasic.undeleteHealthElement(
		_sdkId,
		healthElement,
	);
}