getCartItemCount method
Gets the total number of items in the shopping cart.
Implementation
int getCartItemCount() {
return _cartBox.length;
}
Gets the total number of items in the shopping cart.
int getCartItemCount() {
return _cartBox.length;
}