restart method

void restart()

Implementation

void restart() {
  activeQuestion = model.questions.first;
  activeIndex = 0;
  _changeDetectorRef.markForCheck();
}