MemberProfileFirestore constructor

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

Implementation

MemberProfileFirestore(this.getCollection, this.appId)
    : memberProfileCollection = getCollection();