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