WishlistWebServices class Null safety
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
addToWishlist(
{required int customerId, required int skuid}) → Future< bool?> -
getWishlist(
{required int customerId}) → Future< List< WishlistProductsModel> > -
moveToCart(
{required int customerId, required int skuid}) → Future< bool?> - Move to cart by passing customerId and skuId
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
removeAllFromWishlist(
{required int customerId}) → Future< bool?> -
removeFromWishlist(
{required int customerId, required int skuid}) → Future< bool?> -
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited