FaderFirestore constructor

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

Implementation

FaderFirestore(this.getCollection, this.appId)
    : faderCollection = getCollection();