processingStateStream property
Stream<ProcessingState>
get
processingStateStream
Returns a stream of processing state updates.
Implementation
Stream<ProcessingState> get processingStateStream =>
_processingStateSubject.stream;