notify method
dynamic
notify()
inherited
通知刷新
Implementation
notify() {
try {
notifyListeners();
// ignore: empty_catches
} catch (e) {}
}
通知刷新
notify() {
try {
notifyListeners();
// ignore: empty_catches
} catch (e) {}
}