onUpdated method

Stream<void> onUpdated()

Returns Stream that emits when the SDK client is updated.

Implementation

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