mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 12:02:57 +00:00
Comments
This commit is contained in:
parent
86b2927116
commit
85b34b0eef
@ -2,7 +2,8 @@ import 'esiur.dart';
|
|||||||
|
|
||||||
main() async
|
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
|
// get property
|
||||||
print(x.Level);
|
print(x.Level);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user