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