WD: resolve attribute changed

update_flutter_3.24_vida_plus_episode
taha.alam 11 months ago
parent 6e42e50f70
commit 8f12c3da17

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

Loading…
Cancel
Save