tutorialCompleted method

Future<void> tutorialCompleted(
  1. int tutorialStep
)

The event allowing to track the stage of tutorial a player is on.

tutorialStep - the latest successfully completed tutorial step.

Implementation

Future<void> tutorialCompleted(int tutorialStep) => methodInvoker(_channel, _tutorialCompleted, tutorialStep);