checkStable method

void checkStable()

The extending framework needs to call checkStable whenever it has potentially reached a stable state. If a stable state is reached, the callbacks will be executed.

Implementation

void checkStable() {
  _runCallbacksIfStable();
}