notifyStates method
Implementation
@Deprecated('Use notifyStateListeners() instead.')
bool notifyStates() {
final notify = _implChangeNotifier != null;
if (notify) {
_implChangeNotifier?.notifyListeners();
}
return notify;
}
@Deprecated('Use notifyStateListeners() instead.')
bool notifyStates() {
final notify = _implChangeNotifier != null;
if (notify) {
_implChangeNotifier?.notifyListeners();
}
return notify;
}