XAppState constructor

XAppState()

Implementation

XAppState() {
  _li_XAree.changes.listen((event) {
    notifyListeners();
  });
}