handleElicitation abstract method
FutureOr<ElicitResult>
handleElicitation(
- ElicitRequest request,
- ServerConnection connection
inherited
Clients must implement this function, which will be called whenever
the connection sends an elicitation request.
Implementation
FutureOr<ElicitResult> handleElicitation(
ElicitRequest request,
ServerConnection connection,
);