skip to Main Content

convert this into streambuilder in flutter

I want to convert this function into Streambuilder, but somehow I could not figure out how I could do it. Any help would be greatly appreciated. Future getReceiverChats() async { var data = await FirebaseFirestore.instance .collection("message") .doc(widget.id) .collection("nodes") .orderBy("time", descending:…

VIEW QUESTION
Back To Top
Search