Subscribe to a stream and forward it in flutter dart

前端 未结 0 1791
野的像风
野的像风 2021-01-21 03:10

I use firestore to subscribe on a stream like this:

db.collection(collection).snapshots().listen((QuerySnapshot snapshot) {
  // something
});


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题