goToStep static method

ArcaneInteraction goToStep(
  1. String groupId,
  2. int step
)

Implementation

static ArcaneInteraction goToStep(String groupId, int step) =>
    _StepInteraction(groupId, step.toString());