getCurrentStep method
Gets current step index (-1 = not started)
Implementation
int getCurrentStep(T tutorialId) => _currentSteps[tutorialId] ??= -1;
Gets current step index (-1 = not started)
int getCurrentStep(T tutorialId) => _currentSteps[tutorialId] ??= -1;