forceUpdate method

void forceUpdate()

Informs all listeners about a change.

Implementation

void forceUpdate() {
  _controller.add(_value);
}