CartFirestore constructor

CartFirestore(
  1. GetCollection getCollection,
  2. String appId
)

Implementation

CartFirestore(this.getCollection, this.appId)
    : cartCollection = getCollection();