From 85b34b0eeffb87283012c081b66d3123be9665bf Mon Sep 17 00:00:00 2001 From: Ahmed Zamil Date: Wed, 7 Aug 2019 05:13:38 +0300 Subject: [PATCH] Comments --- bin/main.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/main.dart b/bin/main.dart index 5b46ba2..4316b85 100644 --- a/bin/main.dart +++ b/bin/main.dart @@ -2,7 +2,8 @@ import 'esiur.dart'; main() async { - var x = await Warehouse.get("iip://localhost:5000/db/my", {"username": "demo", "password": "1234"});//.then((x){ + // connect to the server + var x = await Warehouse.get("iip://localhost:5000/db/my", {"username": "demo", "password": "1234"}); // get property print(x.Level);