getUpdate method

void getUpdate()

Implementation

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