supportsElicitation property
bool
get
supportsElicitation
Whether or not the connected client supports elicitation.
Only safe to call after calling initialize on super
since this is
based on the client capabilities.
Implementation
bool get supportsElicitation => clientCapabilities.elicitation != null;