FollowingFirestore constructor

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

Implementation

FollowingFirestore(this.getCollection, this.appId)
    : followingCollection = getCollection();