restoreCart method

dynamic restoreCart()

장바구니 복구

Implementation

restoreCart() {
  cart.items = _items;
}