skipTutorial method

void skipTutorial()

Skips the tutorial

Implementation

void skipTutorial() {
  tutorialController?.skip();
}