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