onNext property

(void Function(List<QuestionResult> questionResults)?) onNext
final

An optional method to call with the questions answered so far.

Implementation

final void Function(List<QuestionResult> questionResults)? onNext;