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