Future<void> trackCart(List<CartItem> items) async { return _channel.invokeMethod( 'predict.trackCart', {'items': _cartItemListMapper.map(items)}); }