nextStep static method

void nextStep(
  1. TutorialBloc? tutorialBloc
)

Implementation

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