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