onStatusChanged property

Stream<ProcessingStatus> get onStatusChanged

Stream of status changes (useful for UI or controllers).

Implementation

Stream<ProcessingStatus> get onStatusChanged => _statusStream.stream;