endTutorial method
void
endTutorial(
- T tutorialId
Ends the tutorial with the given tutorialId
.
Implementation
void endTutorial(T tutorialId) {
_state.endTutorial(tutorialId);
}
Ends the tutorial with the given tutorialId
.
void endTutorial(T tutorialId) {
_state.endTutorial(tutorialId);
}