forceUpdate method

void forceUpdate()

Forces a recomputation of the value, even if dependencies haven't changed.

Implementation

void forceUpdate() {
  throwIfDisposed('forceUpdate');
  _updateValue();
}