ChatFirestore constructor
ChatFirestore(
- GetCollection getCollection,
- String appId
Implementation
ChatFirestore(this.getCollection, this.appId)
: chatCollection = getCollection();