setLoadingFunction abstract method
Sets the loading function for this step using the provided tutorialRepository.
This method should be implemented to define how data is loaded for this step.
Implementation
TutorialStepWithID setLoadingFunction({required TutorialRepository tutorialRepository});