updateShouldNotify method

bool updateShouldNotify()

Implementation

bool updateShouldNotify() {
  if (_needsUpdate) {
    _needsUpdate = false;
    return true;
  }
  return false;
}