taskProgress property

Stream<RPTaskProgress> taskProgress

The stream having the latest progress of the task

Implementation

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