update method

void update()

Implementation

void update() {
  invalidate();
  _updater.add(_updater.value + 1);
  info("UPDATE");
}