notify method

dynamic notify()
inherited

通知刷新

Implementation

notify() {
  try {
    notifyListeners();
    // ignore: empty_catches
  } catch (e) {}
}