deleteAllCart method

dynamic deleteAllCart()

Implementation

deleteAllCart() {
  _cartItemList = <CartItem>[];
  _uuid = <String>[];
}