onUpdated method
Returns Stream that emits when the SDK client is updated.
Implementation
Stream<void> onUpdated() {
return _updateStreamCompleter.stream;
}
Returns Stream that emits when the SDK client is updated.
Stream<void> onUpdated() {
return _updateStreamCompleter.stream;
}