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