changeNotifierFor method

PillarListenable changeNotifierFor(
  1. PillarScope scope
)

Implementation

PillarListenable changeNotifierFor(PillarScope scope) {
  return _scopeChanges.putIfAbsent(scope, PillarChangeNotifierInternal.new);
}