GridFirestore constructor

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

Implementation

GridFirestore(this.getCollection, this.appId)
    : gridCollection = getCollection();