undeletePatientById method
Implementation
Future<EncryptedPatient> undeletePatientById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.encrypted.undeletePatientById(
_sdkId,
id,
rev,
);
}
Future<EncryptedPatient> undeletePatientById(String id, String rev) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.encrypted.undeletePatientById(
_sdkId,
id,
rev,
);
}