- Inheritance
- Implemented types
-
Methods
-
addToWishlist({required int customerId, required int skuid})
→ Future<bool?>
-
override
-
deleteData({String? path, Map<String, dynamic> queryParameters = const {}, )
→ Future<Response>
-
inherited
-
getData({String? path, Map<String, dynamic> queryParameters = const {}, )
→ Future<Response>
-
inherited
-
getWishlist({required int customerId})
→ Future<List<WishlistProductsModel>>
-
override
-
moveToCart({required int customerId, required int skuid})
→ Future<bool?>
-
Move to cart by passing customerId and skuId
override
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a non-existent method or property is accessed. [...]
inherited
-
postData({dynamic data, String? path, Map<String, dynamic> queryParameters = const {}, )
→ Future<Response>
-
inherited
-
putData(dynamic data, {String? path, Map<String, dynamic> queryParameters = const {}, )
→ Future<Response>
-
inherited
-
removeAllFromWishlist({required int customerId})
→ Future<bool?>
-
override
-
removeFromWishlist({required int customerId, required int skuid})
→ Future<bool?>
-
override
-
toString()
→ String
-
A string representation of this object. [...]
inherited