notifyElicitationComplete method

void notifyElicitationComplete(
  1. ElicitationCompleteNotification notification
)

Notifies the client that a URL elicitation has completed.

Implementation

void notifyElicitationComplete(
  ElicitationCompleteNotification notification,
) => sendNotification(
  ElicitationCompleteNotification.methodName,
  notification,
);