execute method

  1. @override
Future<void> execute(
  1. TutorialBloc? tutorialBloc
)
override

Executes the plain text tutorial step.

This method is currently empty and does not perform any action.

Implementation

@override
Future<void> execute(TutorialBloc? tutorialBloc) async {}