notify method

void notify()
inherited

Notify observers

Implementation

void notify() {
  _reactiveModelState.listeners.rebuildState(snapState);
}