getchatchats method
Implementation
getchatchats(String chatid) async {
return chats.doc(chatid).collection("messages").orderBy("time").snapshots();
}
getchatchats(String chatid) async {
return chats.doc(chatid).collection("messages").orderBy("time").snapshots();
}