linktsp_api
cart_services
CartService
getCartCounter abstract method
getCartCounter
getCartCounter
method
Null safety
Future
<
int
>
getCartCounter
(
{
required
int
customerId
}
)
Implementation
Future<int> getCartCounter({required int customerId});
linktsp_api
cart_services
CartService
getCartCounter abstract method
CartService class
Constructors
CartService
Properties
hashCode
runtimeType
Methods
addToCart
cartDiscountNotification
getCartCounter
getCartList
getCartSummary
guestCartUpdate
noSuchMethod
preOrderMessage
removeFromCart
toString
visitorDiscountNotification
Operators
operator ==