taskProgress property

Stream<RPTaskProgress> get taskProgress

The stream having the latest progress of the task

Implementation

Stream<RPTaskProgress> get taskProgress => _taskProgressController.stream;