notify method

void notify()

Implementation

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