insert

fun insert(item: ShoppingCart.Item, index: Int)

Insert a cart item into the shopping cart at a specific index


fun insert(item: ShoppingCart.Item, index: Int, update: Boolean)