collapsePanel static method

ArcaneInteraction collapsePanel(
  1. String groupId,
  2. String panelId
)

Implementation

static ArcaneInteraction collapsePanel(String groupId, String panelId) =>
    _PanelInteraction(groupId, panelId, 'collapse');