notify method
void
notify()
Implementation
void notify() {
debugPrint('[$stackId] notify() called, hasListeners: $hasListeners');
notifyListeners();
}
void notify() {
debugPrint('[$stackId] notify() called, hasListeners: $hasListeners');
notifyListeners();
}