PostLikeFirestore constructor

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

Implementation

PostLikeFirestore(this.getCollection, this.appId)
    : postLikeCollection = getCollection();