updateTaskProgress property

void Function(RPTaskProgress) 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

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