KnobsNotifier constructor

KnobsNotifier(
  1. StoryNotifier _storyNotifier
)

Implementation

KnobsNotifier(this._storyNotifier) {
  _storyNotifier.addListener(_onStoryChanged);
}