FeedFrontFirestore constructor

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

Implementation

FeedFrontFirestore(this.getCollection, this.appId)
    : feedFrontCollection = getCollection();