mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-06-27 14:53:11 +00:00
domain
This commit is contained in:
@ -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");
|
||||
|
Reference in New Issue
Block a user