QuizCompletedCallback typedef

QuizCompletedCallback = void Function(List<QuizQuestion> questions)

Callback function type for when quiz is completed

Implementation

typedef QuizCompletedCallback = void Function(List<QuizQuestion> questions);