NotificationFirestore constructor

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

Implementation

NotificationFirestore(this.getCollection, this.appId)
    : notificationCollection = getCollection();