QuizAnswerCallback typedef
QuizAnswerCallback =
void Function(QuizQuestion question, String? answer)
Callback function type for when an answer is selected
Implementation
typedef QuizAnswerCallback = void Function(QuizQuestion question, String? answer);