onStatusChanged property
Indicates that the Job.status property has changed.
Implementation
Stream<JobStatus> get onStatusChanged =>
_statusChangedStreamController.stream;
Indicates that the Job.status property has changed.
Stream<JobStatus> get onStatusChanged =>
_statusChangedStreamController.stream;