|
@@ -167,7 +167,6 @@ class LabourReviewController extends GetxController with DioCancelableMixin {
|
|
|
|
|
|
void registerEventBus() {
|
|
|
subscribe = bus.on(AppConstant.eventLabourRequestRefresh, (arg) {
|
|
|
- ToastEngine.show("77737 ${arg}");
|
|
|
var requestId = arg as String;
|
|
|
if (Utils.isNotEmpty(requestId)) {
|
|
|
// fetchItemByIdAndRefreshItem(requestId);
|