handleElicitation abstract method

FutureOr<ElicitResult> handleElicitation(
  1. ElicitRequest request,
  2. 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,
);