removeCartItemEvent static method
Creates E-Commerce RemoveCartItemEvent events. Use it to report the removal of an item from the cart.
Implementation
/// Use it to report the removal of an item from the cart.
static AppMetricaECommerceEvent removeCartItemEvent(AppMetricaECommerceCartItem cartItem) {
return ECommerceConstructors.removeCartItemEvent(cartItem);
}