@ -1328,9 +1328,7 @@ class SOAPService extends LookupService {
(response['ListDiagnosisResolve']['resultData'] as List)
.isNotEmpty) {
success = true;
return;
}
success = false;
}, onFailure: (String error, int statusCode) {
DrAppToastMsg.showErrorToast(error);