CartChanged typedef

CartChanged = dynamic Function(CartModel? value)

Implementation

typedef CartChanged = Function(CartModel? value);