PayFirestore constructor

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

Implementation

PayFirestore(this.getCollection, this.appId)
    : payCollection = getCollection();