postUpdate method

void postUpdate()

Implementation

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