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