dataSourceStatusChanges property

Stream<DataSourceStatus> dataSourceStatusChanges

Stream which emits data source status changes.

You can start listening to data source changes before calling the start method. Events will be emitted for states beyond the default initializing state.

Implementation

Stream<DataSourceStatus> get dataSourceStatusChanges {
  return _client.dataSourceStatusChanges;
}