onUpdated method

Stream<void> onUpdated()

Implementation

Stream<void> onUpdated() {
  return _updateStreamCompleter.stream;
}