repair add makanan page, addes socket io client for real time update data, added table status change page
This commit is contained in:
@ -20,7 +20,7 @@ class LoginUserViewModel extends CustomBaseViewModel {
|
||||
globalVar.backPressed = 'cantBack';
|
||||
easyLoading.showLoading();
|
||||
await Future.delayed(const Duration(seconds: 2));
|
||||
easyLoading.dismissLoading();
|
||||
easyLoading.dismiss();
|
||||
setBusy(false);
|
||||
globalVar.backPressed = 'backNormal';
|
||||
notifyListeners();
|
||||
|
Reference in New Issue
Block a user