This commit is contained in:
bestonemitRam
2025-01-29 00:59:14 +05:30
parent 3121e0ee36
commit 5c69ac3322
20 changed files with 1638 additions and 649 deletions

View File

@@ -56,6 +56,14 @@ class ProductService extends ApiService {
return response;
}
Future gettAllWishList(data) async {
var response = await api.get(APIURL.gettAllWishList, data: jsonEncode(data));
return response;
}