goToPage static method

ArcaneInteraction goToPage(
  1. String groupId,
  2. int page
)

Implementation

static ArcaneInteraction goToPage(String groupId, int page) =>
    _PageInteraction(groupId, page.toString());