clearCart method

void clearCart()

Clears all items from the shopping cart.

Implementation

void clearCart() {
  _cartBox.clear();
}