Dev_3.3_InPatient_CR
haroon amjad 2 years ago
parent f6243b9ff7
commit 578325760d

@ -293,7 +293,7 @@ class ClinicListService extends BaseService {
localRes = response;
}, onFailure: (String error, int statusCode) {
throw error;
}, body: request, isAllowAny: true);
}, body: request);
return Future.value(localRes);
}

Loading…
Cancel
Save