selectValue static method

ArcaneInteraction selectValue(
  1. String groupId,
  2. String value
)

Implementation

static ArcaneInteraction selectValue(String groupId, String value) =>
    _GroupInteraction(groupId, 'set', value);