restoreCallback method

void restoreCallback()

Clear the callback and aspects information of the model.

Implementation

void restoreCallback() {
  publish = dummyCallback;
  _regAspects.clear();
  _frameAspects.clear();
}