hi sir,
I’m trying to add Relation but still error
my code :
Map data = {“objectId”: ‘ACAB51D4-CF6B-C5F6-FFD3-98F92F8E3F00’};
db.addRelation(data, ‘CartProductId:Production:1’,
children: [
{“objectId”: ‘BFB3AE3A-928F-7EDA-FF18-E47A2351C000’}
],
whereClause: “CartItem = 4”)
.then((value) {
print(value);
});
thank you for help ^^