nextStep static method
Implementation
static void nextStep(TutorialBloc? tutorialBloc) {
tutorialBloc?.add(const TutorialNextStepEvent());
}
static void nextStep(TutorialBloc? tutorialBloc) {
tutorialBloc?.add(const TutorialNextStepEvent());
}