offer update
This commit is contained in:
@@ -69,6 +69,8 @@ class ProductProvider extends ChangeNotifier {
|
||||
bool isBestdealingloading = true;
|
||||
|
||||
Future<void> getBestDealProduct(BuildContext context) async {
|
||||
isBestdealingloading = true;
|
||||
notifyListeners();
|
||||
var data = {};
|
||||
|
||||
var result = await _homeRepo.getBestDealProduct(data, context);
|
||||
|
||||
Reference in New Issue
Block a user