cartListenable property

ValueListenable<Box<PersistentShoppingCartItem>> get cartListenable

A ValueListenable for the cart box, allowing widgets to listen for changes in the cart.

Implementation

ValueListenable<Box<PersistentShoppingCartItem>> get cartListenable =>
    _cartBox.listenable();