ChatDashboardFirestore constructor

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

Implementation

ChatDashboardFirestore(this.getCollection, this.appId)
    : chatDashboardCollection = getCollection();