Relative Content

Tag Archive for flutterwindowsstreamsendmessage

flutter error: The method ‘doc’ isn’t defined for the type ‘Stream’

hello i am buliding a simple chatting app. in my apis.dart folder i have created sendmessaage function but in await ref.doc(time).set(messeges.toJson()); this line it showing me a error of error: The method ‘doc’ isn’t defined for the type ‘Stream’. so plz help me i am new at flutter and stack overflow platform help me.