main function

dynamic main ()

Implementation

main() {
  final hub = NeoHub('10.0.0.30');
  hub.get_zones().then(print);
 }