ChatFirestore constructor

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

Implementation

ChatFirestore(this.getCollection, this.appId)
    : chatCollection = getCollection();