streamChatData static method

dynamic streamChatData()

Implementation

static streamChatData() {
  FirebaseFirestore.instance
      .collection(ChatDBFireStore.getDocName())
      .snapshots();
}