2
0
mirror of https://github.com/esiur/esiur-dart.git synced 2025-06-27 14:53:11 +00:00
This commit is contained in:
2020-02-23 13:10:53 +03:00
parent 1405891985
commit c3ef064b19
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ main()
// connect to the server
var x = await Warehouse.get("iip://localhost:5000/sys/su", {"username": "admin", "password": "1234"
, "domain": "example.com"});
x.instance.store.on("close", (x){
print("Closed");