read data from mongodb without objectId in dart and flutter

后端 未结 0 1078
旧巷少年郎
旧巷少年郎 2021-01-23 02:36

I want to read data from mongodb without objectId,

await db.open();

print(\'Connected!\');

DbCollection coll = db.collection(\'userCard\');

var val = await col         


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