execute method
Executes the tutorial step.
This method is called when the tutorial step should be performed.
tutorialBloc
is the current state of the tutorial, which can be
used to update the tutorial's progress or state.
Implementation
Future<void> execute(TutorialBloc? tutorialBloc) async {}