|
|
|
@ -192,8 +192,12 @@ class _UpdateGasRefillRequestState extends State<UpdateGasRefillRequest> {
|
|
|
|
// when click complete then this request remove from the list and status changes to closed..
|
|
|
|
// when click complete then this request remove from the list and status changes to closed..
|
|
|
|
_gasRefillProvider?.reset();
|
|
|
|
_gasRefillProvider?.reset();
|
|
|
|
allRequestsProvider.getAllRequests(context, typeTransaction: 2);
|
|
|
|
allRequestsProvider.getAllRequests(context, typeTransaction: 2);
|
|
|
|
|
|
|
|
// Navigator.pop(context);
|
|
|
|
|
|
|
|
Navigator.pop(context,true);
|
|
|
|
|
|
|
|
}else{
|
|
|
|
|
|
|
|
Navigator.pop(context,false);
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
Navigator.pop(context);
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|