notify method

void notify()

Implementation

void notify() {
  _updateStream.add(true);
}