getUpdate method

void getUpdate()

Implementation

void getUpdate() {
  if (disposers != null) {
    scheduleMicrotask(markNeedsBuild);
  }
}