PostLoginAddProduct constructor

PostLoginAddProduct(
  1. AppModel app,
  2. CartBloc cartBloc,
  3. CartEvent event
)

Implementation

PostLoginAddProduct(AppModel app, this.cartBloc, this.event)
    : super(app: app);