carouselGoTo static method

ArcaneInteraction carouselGoTo(
  1. String groupId,
  2. int index
)

Implementation

static ArcaneInteraction carouselGoTo(String groupId, int index) =>
    _CarouselInteraction(groupId, index.toString());