postUpdate method

void postUpdate()
inherited

Implementation

void postUpdate() {
  delayCall(0, () => updateState());
}