renderDesktopView method
Implementation
Widget renderDesktopView(BuildContext context, QuizExternalResultsState state) {
  return QuizRecapWidget(
    quiz: state.quiz,
    toggleSeeRecap: null,
  );
}Widget renderDesktopView(BuildContext context, QuizExternalResultsState state) {
  return QuizRecapWidget(
    quiz: state.quiz,
    toggleSeeRecap: null,
  );
}