undeleteHealthElementById method
Implementation
Future<EncryptedHealthElement> undeleteHealthElementById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.encrypted.undeleteHealthElementById(
_sdkId,
id,
rev,
);
}