nextTutorialElement method

void nextTutorialElement()

Implementation

void nextTutorialElement() {
  removeOverlayEntry();
  _tutorialBloc.add(const TutorialNextStepEvent());
}