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