stream property

Stream<ProgressValue?> stream
final

The stream to listen to for progress updates. These updates will override the built in update timer.

Implementation

final Stream<ProgressValue?> stream;