getSteps method

List<TutorialStep> getSteps(
  1. T tutorialId
)

Gets all steps for a tutorial (empty if not found)

Implementation

List<TutorialStep> getSteps(T tutorialId) => _tutorials[tutorialId] ?? [];