setLoadingFunction abstract method

TutorialStepWithID setLoadingFunction({
  1. required TutorialRepository tutorialRepository,
})

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});