Improvements

main_design2.0
zaid_daoud 2 years ago
parent 5bab5c92a6
commit 8184632ce7

@ -64,7 +64,7 @@ class DeviceTransferProvider extends ChangeNotifier {
}) async {
if (isLoading == true) return -2;
isLoading = true;
notifyListeners();
if (items?.isEmpty ?? true) notifyListeners();
Response response;
try {
Map<String, dynamic> body = {};

@ -52,7 +52,7 @@ class GasRefillProvider extends ChangeNotifier {
}) async {
if (isLoading == true) return -2;
isLoading = true;
notifyListeners();
if (items?.isEmpty ?? true) notifyListeners();
Response response;
Map<String, dynamic> body = {};

Loading…
Cancel
Save