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