2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-05-06 12:02:57 +00:00
This commit is contained in:
Ahmed Zamil 2019-08-07 05:13:38 +03:00
parent 86b2927116
commit 85b34b0eef

View File

@ -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);