updateTaskProgress property

dynamic Function(RPTaskProgress) get updateTaskProgress

The function to update the task progress. The task progress is shown in the appbar on top of the screen. It shows how many questions are there in total and where the participant stands in the process so far.

Implementation

Function(RPTaskProgress) get updateTaskProgress =>
    _taskProgressController.add;