CartsNotifier constructor
CartsNotifier({
- required GetCartsUseCase getCarts,
Implementation
CartsNotifier({required GetCartsUseCase getCarts})
: _getCarts = getCarts,
super(const AsyncValue.loading());