getSteps method
Gets all steps for a tutorial (empty if not found)
Implementation
List<TutorialStep> getSteps(T tutorialId) => _tutorials[tutorialId] ?? [];
Gets all steps for a tutorial (empty if not found)
List<TutorialStep> getSteps(T tutorialId) => _tutorials[tutorialId] ?? [];