toggleValue static method

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

Implementation

static ArcaneInteraction toggleValue(String groupId, String value) =>
    _GroupInteraction(groupId, 'toggle', value);