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