supportsUrlElicitation static method
Whether the negotiated version understands URL-mode elicitation
(mode: "url", SEP-1036), multi-select enums (SEP-1330), and default
values in elicitation primitives (SEP-1034). All landed in 2025-11-25.
Implementation
static bool supportsUrlElicitation(String version) =>
version == v2025_11_25;