nextStep static method

ArcaneInteraction nextStep(
  1. String groupId
)

Implementation

static ArcaneInteraction nextStep(String groupId) =>
    _StepInteraction(groupId, 'next');